tustvold commented on PR #1499: URL: https://github.com/apache/arrow-rs/pull/1499#issuecomment-1103855318
One potential option to handle `BooleanArray` might be for `Buffer` to store the offset in terms of elements, as opposed to bytes. This would make it behave similarly to the current offset in `ArrayData`. We might even be able to combine this with a move to some sort of typed buffer implementation. The downside would be even more code churn... -- 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]
