WillAyd commented on code in PR #596: URL: https://github.com/apache/arrow-nanoarrow/pull/596#discussion_r1765900027
########## src/nanoarrow/common/inline_array.h: ########## @@ -467,52 +468,113 @@ static inline ArrowErrorCode ArrowArrayAppendDouble(struct ArrowArray* array, return NANOARROW_OK; } +#define NANOARROW_BINARY_VIEW_INLINE_SIZE 12 +#define NANOARROW_BINARY_VIEW_PREVIEW_SIZE 4 +#define NANOARROW_BINARY_VIEW_BLOCK_SIZE 32 << 10 // 32KB Review Comment: Most of the plumbing was already in place so I ended up implementing the chunking logic for appends, at least to match what the Arrow C++ implementation does (I think) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
