alexandreyc opened a new pull request, #5670:
URL: https://github.com/apache/arrow-rs/pull/5670
# Which issue does this PR close?
Closes #5663.
# Rationale for this change
We have to depend on `arrow` for using the C Stream Interface for ADBC while
we would prefer to depend on smaller crates.
# Are there any user-facing changes?
I don't think so but please double check.
# Notes
- I had to remove usage of compute kernels within tests because this
introduces a dev-dependency cycle (arrow-array <-> arrow-arith) which is
problematic for the `Array` trait. See
https://doc.rust-lang.org/cargo/reference/resolver.html#dev-dependency-cycles
- I had to redefine `Result<T> = std::result::Result<T, ArrowError>` because
it's only defined in `arrow`. Maybe we should move it to `arrow_schema`
alongside `ArrowError`.
--
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]