You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/06/16 05:16:26 UTC

[arrow-datafusion] branch main updated: Minor: Update user guide (#6692)

This is an automated email from the ASF dual-hosted git repository.

jakevin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new c2b2606207 Minor: Update user guide (#6692)
c2b2606207 is described below

commit c2b260620718f1f6e67fdb32af87c3b3551bc0f0
Author: comphead <co...@users.noreply.github.com>
AuthorDate: Thu Jun 15 22:16:21 2023 -0700

    Minor: Update user guide (#6692)
---
 docs/source/user-guide/cli.md           | 2 +-
 docs/source/user-guide/example-usage.md | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/source/user-guide/cli.md b/docs/source/user-guide/cli.md
index 53cceb8d0a..3d869d5a7e 100644
--- a/docs/source/user-guide/cli.md
+++ b/docs/source/user-guide/cli.md
@@ -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
diff --git a/docs/source/user-guide/example-usage.md b/docs/source/user-guide/example-usage.md
index 69eeb90286..1dc0b63f9a 100644
--- a/docs/source/user-guide/example-usage.md
+++ b/docs/source/user-guide/example-usage.md
@@ -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"
 ```
 
@@ -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