alexandreyc opened a new issue, #5663:
URL: https://github.com/apache/arrow-rs/issues/5663

   Hey!
   
   While implementing ADBC for Rust we ran into a dependency issue. We need the 
following items:
   - `arrow::ffi_stream::FFI_ArrowArrayStream`
   - `arrow::ffi_stream::ArrowArrayStreamReader`
   - `arrow::ffi::from_ffi`
   - `arrow::ffi::to_ffi`
   
   But those items are only defined in the `arrow` which forces us to depend on 
it. We would prefer to depend only on smaller sub-crates.
   
   What would be the best way to restructure this? I can do it but I would 
prefer to have your opinion before.
   
   See: https://github.com/apache/arrow-adbc/pull/1725#discussion_r1567512784
   
   Thanks,
   
   


-- 
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]

Reply via email to