domoritz commented on PR #35780: URL: https://github.com/apache/arrow/pull/35780#issuecomment-1841553824
Is that a problem? Looking at the C++ docs at https://arrow.apache.org/docs/cpp/api/array.html#classarrow_1_1_chunked_array it seems like it should be okay if chunk lengths are not consistent. <img width="654" alt="Screenshot 2023-12-05 at 15 08 28" src="https://github.com/apache/arrow/assets/589034/5841d9a3-3c2a-4e49-819a-0a79617ec5d2"> Using a vector with chunked data would be a lot cleaner than e.g. implementing a chunked buffer (then we would have a chunked data buffer inside a vector that could also be chunked). -- 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]
