returnString commented on issue #36: URL: https://github.com/apache/arrow-datafusion/issues/36#issuecomment-825618043
> I though that dependencies could only be declared in `Cargo.toml`. Or is the idea that we use `pub use arrow::*` in `datafusion/arrow.rs`, and ask people to use `use datafusion::arrow::X` instead of `arrow::X` in their crates? Yeah, my understanding here is we'd use the latter approach of explicitly reexporting arrow. It'd still be possible for people to declare a dependency on arrow and use it directly, but the `datafusion::arrow` reexport would allow for people to get an appropriate version of arrow _by default_, rather than having to manually upgrade deps in lockstep :) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
