zhjwpku commented on code in PR #53: URL: https://github.com/apache/iceberg-cpp/pull/53#discussion_r2018520396
########## src/iceberg/arrow_c_data.h: ########## @@ -66,6 +71,47 @@ struct ArrowArray { void* private_data; }; -} // extern "C" - #endif // ARROW_C_DATA_INTERFACE + +#ifndef ARROW_C_STREAM_INTERFACE +# define ARROW_C_STREAM_INTERFACE + +struct ArrowArrayStream { Review Comment: Should we mention [0] in the \file description? I have a feeling that this is not related to PR $titile, so maybe another PR for this? [0] https://arrow.apache.org/docs/format/CStreamInterface.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org