kylebarron commented on issue #6151: URL: https://github.com/apache/arrow-rs/issues/6151#issuecomment-2256749153
Note that the length of the array is also lost when importing a StructArray. I.e. if the imported array is shorter than its underlying buffer, that information is lost. For now, my workaround is to manually call `slice` on a `StructArray` when importing it via FFI -- 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]
