mbrobbel opened a new pull request, #3354: URL: https://github.com/apache/arrow-adbc/pull/3354
`adbc_core` defines public items that use types from both the `arrow-array` and `arrow-schema` crates. This PR adds a re-export of those crates (in an `arrow` mod) to the `adbc_core` crate. This means other crates no longer need to directly depend on the `arrow` crates for types from those crates used in `adbc_core`. Overall this should make it easier to use this crate. -- 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]
