viirya commented on issue #42156: URL: https://github.com/apache/arrow/issues/42156#issuecomment-2170878134
To be clear, the source of the issue comes from https://github.com/apache/arrow-rs/issues/5896 where it exports moved pointer of offer buffer of a slice of string array. Instead, we should use `offset` field in `ArrowArray` for it. We are going to fix it in arrow-rs for that. But actually seems either `ArrayImporter` or `BufferImportTypeVisitor` also doesn't consider `offset` in `ArrowArray`. -- 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]
