Dandandan opened a new pull request #231:
URL: https://github.com/apache/arrow-datafusion/pull/231
# Which issue does this PR close?
Closes #218
# Rationale for this change
* Building DataFusion fetches extra dependencies (`clap` `rustyline` and
transitive dependencies) unneeded for the rest of DataFusion, slowing the
development cycle down a bit (mainly for clean builds).
* Installing the binary using cargo is a bit more cumbersome, `cargo install
datafusion --bin datafusion-cli --release`
* dependency constraints on the cli dependencies potentially can cause
conflicts for DataFusion consumers
# What changes are included in this PR?
* Moves the source code & dependencies to datafusion-cli
* Drive-by change to make the default batch size a more reasonable value
(8192 instead of >1M)
# Are there any user-facing changes?
Users should be able to use datafusion-cli now instead of using the `bin`
option inside of datafusion.
--
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]