tustvold commented on issue #5384: URL: https://github.com/apache/arrow-rs/issues/5384#issuecomment-1953555445
Given OffsetBuffer is used to track offsets within what is effectively a `Vec<usize>`, and the offets must be monotonically increasing, I would recommend consistently using `usize` in the interface. This is not only simpler, but easier to use. -- 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]
