Skip to content

Commit

Permalink
Minor: Update user guide (#6692)
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jun 16, 2023
1 parent 84e4977 commit c2b2606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/user-guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->

# `datafusion-cli`
# Command line SQL console

The DataFusion CLI is a command-line interactive SQL utility for executing
queries against any supported data files. It is a convenient way to
Expand Down
6 changes: 4 additions & 2 deletions docs/source/user-guide/example-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@

In this example some simple processing is performed on the [`example.csv`](../../../datafusion/core/tests/data/example.csv) file.

Even [`more code examples`](../../../datafusion-examples) attached to the project

## Update `Cargo.toml`

Add the following to your `Cargo.toml` file:

```toml
datafusion = "22"
datafusion = "26"
tokio = "1.0"
```

Expand Down Expand Up @@ -110,7 +112,7 @@ unexpectedly.
[`arrow`]: https://docs.rs/arrow/latest/arrow/
[`parquet`]: https://docs.rs/parquet/latest/parquet/
[datafusion's crates.io]: https://crates.io/crates/datafusion
[datafusion `25.0.0` dependencies]: https://crates.io/crates/datafusion/25.0.0/dependencies
[datafusion `26.0.0` dependencies]: https://crates.io/crates/datafusion/26.0.0/dependencies

## Identifiers and Capitalization

Expand Down

0 comments on commit c2b2606

Please sign in to comment.