tustvold commented on PR #7868: URL: https://github.com/apache/arrow-rs/pull/7868#issuecomment-3034951296
This is a fundamental property of the design of these array types. The docs link to the arrow specification which has further documentation of this https://arrow.apache.org/docs/format/Columnar.html#variable-size-binary-layout. If you use the value accessors or iterators this will be handled for you, otherwise you will need to understand the layout of these arrays to correctly interpret their data -- 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]
