returnString opened a new pull request #39: URL: https://github.com/apache/arrow-datafusion/pull/39
# Which issue does this PR close? Closes #36. # What changes are included in this PR? - The `datafusion` crate now re-exports its versions of `arrow` and `parquet` - The `benchmarks` and `datafusion-examples` crates have been updated to make use of these exports in lieu of declaring their own dependencies on the `arrow-rs` repo ## Bonus subsection: not changed - The various Ballista crates have _not_ been updated to make use of this at present as I'm not familiar enough with Ballista's needs and current status - `datafusion-examples` still manually depends on the `arrow-rs` repo for Flight support, as DataFusion doesn't use this currently # Are there any user-facing changes? This only provides users with an extra option for referencing `arrow` and `parquet`, without breaking existing setups - we should probably add this to an installation/usage section of the user guide once that settles a bit though. -- 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]
