lidavidm commented on PR #43053: URL: https://github.com/apache/arrow/pull/43053#issuecomment-2261682829
> @lidavidm Thinking about the bit boundaries when it comes to setting up the validity buffer accurately. Would it be okay to reset the `validityBuffer` based on the offset? For all other buffers we can do the slicing, but for `validityBuffer` we cannot do that as we have that split in the bit boundary. Appreciate your thoughts. You generally have to copy when there is a slice, yes. (You can avoid it if offset % 8 == 0.) -- 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]
