mbrobbel opened a new issue, #18588: URL: https://github.com/apache/datafusion/issues/18588
### Is your feature request related to a problem or challenge? There is a datafusion adbc driver in the rust workspace of `arrow-adbc`: https://github.com/apache/arrow-adbc/tree/main/rust/driver/datafusion By having this driver in the workspace of adbc, the `arrow-rs` version in the lock file is always the version used by datafusion. Some related issues/discussion in arrow-adbc: - https://github.com/apache/arrow-adbc/issues/2524 - https://github.com/apache/arrow-adbc/pull/2525 - https://github.com/apache/arrow-adbc/issues/2739 - https://github.com/apache/arrow-adbc/pull/3017 - https://github.com/apache/arrow-adbc/pull/3230 - https://github.com/apache/arrow-adbc/issues/3687 ### Describe the solution you'd like Move the source, development and release workflow of the driver to this repository. ### Describe alternatives you've considered Keep the development of this driver in the `arrow-adbc` repository and move the crate out of the workspace to avoid the `arrow-rs` version of datafusion to impact the main workspace lock file. ### Additional context I can help to maintain the driver in this repository and keep it up to date with `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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
