kylebarron commented on PR #35780: URL: https://github.com/apache/arrow/pull/35780#issuecomment-1837775663
> Vectors are chunked but buffers in builders are not. So I think I want to add a chunked buffer or figure out how to flush to vectors when the buffer is full. That's true, but assuming that the user has more than one column, the builder can't make independent decisions about when to finish a chunk, because that would lead to different offsets than another column. -- 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]
