lidavidm commented on issue #3687:
URL: https://github.com/apache/arrow-adbc/issues/3687#issuecomment-3489482602
rustc does actually highlight the problem:
```
note: there are multiple different versions of crate `arrow_array` in the
dependency graph
-->
/home/<<username>>/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-array-56.2.0/src/record_batch.rs:30:1
|
30 | pub trait RecordBatchReader: Iterator<Item = Result<RecordBatch,
ArrowError>> {
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
this is the required trait
|
:::
/home/<<username>>/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adbc_datafusion-0.20.0/src/lib.rs:20:5
|
20 | use adbc_core::constants;
| --------- one version of crate `arrow_array` used here, as a
dependency of crate `adbc_core`
...
32 | use arrow_array::builder::{
| ----------- one version of crate `arrow_array` used here, as a
direct dependency of the current 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]