eitsupi commented on issue #2739: URL: https://github.com/apache/arrow-adbc/issues/2739#issuecomment-2976605529
Sorry if I am not fully understanding the discussion, but is this problem not simply a matter of making the datafusion driver's arrow dependency not inherit the workspace version? I mean just change https://github.com/apache/arrow-adbc/blob/24950853d2398fd75601656fbf2bc2ddeff7d87c/rust/driver/datafusion/Cargo.toml#L35-L37 to ```toml arrow-array = "55.0.0" arrow-buffer = "55.0.0" arrow-schema = "55.0.0" ``` or something. (Of course, since it will be across different ARROW versions, it will also need to be rewritten to use 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org