-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Guide: Combine CLI pages #3133
Conversation
This closes #1352 actually |
Codecov Report
@@ Coverage Diff @@
## master #3133 +/- ##
==========================================
- Coverage 85.95% 85.95% -0.01%
==========================================
Files 291 291
Lines 52382 52382
==========================================
- Hits 45025 45023 -2
- Misses 7357 7359 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it -- looks great thank you @andygrove
@@ -47,31 +33,125 @@ $ echo "1,2" > data.csv | |||
|
|||
```bash | |||
$ datafusion-cli | |||
DataFusion CLI v11.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
11.0
has a nice ring to it!
DataFusion CLI can also be installed via Homebrew (on MacOS). Install it as any other pre-built software like this: | ||
|
||
```bash | ||
brew install datafusion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL the homebrew formuale is still updated 🎉 10.0.0 👍
alamb@MacBook-Pro-8 datafusion-cli % brew install datafusion
Running `brew update --auto-update`...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/core, homebrew/cask and homebrew/services).
==> New Formulae
cargo-crev crytic-compile git-sync lucky-commit slither-analyzer
censys gcc@11 go@1.18 ouch solc-select
cql-proxy gcem libvatek rush-parallel svt-av1
==> New Casks
aliwangwang imhex moderndeck playcover-community yubihsm2-sdk
gittyup micromamba nanoem virtualbuddy
You have 28 outdated formulae installed.
You can upgrade them with brew upgrade
or list them with brew outdated.
==> Downloading https://ghcr.io/v2/homebrew/core/datafusion/manifests/10.0.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/datafusion/blobs/sha256:030d1c76aabdc29cbb29c8538512ea5dd6e051
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:030d1c76aabdc29cbb29c85385
######################################################################## 100.0%
==> Pouring datafusion--10.0.0.monterey.bottle.tar.gz
🍺 /usr/local/Cellar/datafusion/10.0.0: 9 files, 28.9MB
==> Running `brew cleanup datafusion`...
cd arrow-datafusion/datafusion-cli | ||
cargo build | ||
git clone https://github.com/apache/arrow-datafusion | ||
git checkout 8.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might make sense to update this version
Thanks @kmitchener for the assist |
Benchmark runs are scheduled for baseline = 6509d0d and contender = 49a3b00. 49a3b00 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #1352
Rationale for this change
Why have two mostly duplicate pages documenting the CLI when you can have just one?
What changes are included in this PR?
Combine pages and fix formatting
Are there any user-facing changes?
No