lidavidm commented on issue #2739: URL: https://github.com/apache/arrow-adbc/issues/2739#issuecomment-2976726395
I think that would work, along with updating the dependency for `adbc_core` to be something like `>=53,<55` (for example) to allow a bit more flexibility. That way you can more likely use the version of arrow-rs that your application uses. (We shouldn't be needing anything too complex from arrow-rs and we could eventually test a few versions just to be sure.) We would also want to decouple the MSRV: https://github.com/apache/arrow-adbc/pull/2525#issuecomment-2705299051 (Somewhat tangential, but I'm also thinking it's weird that adbc_core has the FFI, driver manager, and driver exporter bits; I would have expected those to all be separate crates and not part of 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]
