felipecrv commented on issue #2526: URL: https://github.com/apache/arrow-adbc/issues/2526#issuecomment-2660633598
> Also please provide a backtrace if possible Attached one now. I didn't have it when I filed the issue. And I think I also figured how to fix this. But the fix will be in the `arrow-array` crate instead of this repo. I think this is the place where the `data.align_buffers()` call can be placed. Right before the untyped `ArrayData` becomes a `StructArray`: https://github.com/apache/arrow-rs/blob/main/arrow-array/src/ffi_stream.rs#L367 Very easy if I make it a requirement without the ability of opt-out from Rust callers like adbc-core. -- 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]
