This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 0a15e1d update docs to newest version (#1045)
0a15e1d is described below
commit 0a15e1ddbf6b734409d8d14679b09cc3e754606a
Author: Jiayu Liu <[email protected]>
AuthorDate: Fri Sep 24 03:12:12 2021 +0800
update docs to newest version (#1045)
---
docs/source/cli/index.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/source/cli/index.rst b/docs/source/cli/index.rst
index 93ae173..2b91430 100644
--- a/docs/source/cli/index.rst
+++ b/docs/source/cli/index.rst
@@ -53,7 +53,7 @@ Usage
.. code-block:: bash
- DataFusion 5.0.0-SNAPSHOT
+ DataFusion 5.1.0-SNAPSHOT
DataFusion is an in-memory query engine that uses Apache Arrow as the
memory model. It supports executing SQL queries
against CSV and Parquet files as well as querying directly against
in-memory data.
@@ -68,8 +68,10 @@ Usage
OPTIONS:
-c, --batch-size <batch-size> The batch size of each query, or use
DataFusion default
-p, --data-path <data-path> Path to your data, default to current
directory
- -f, --file <file> Execute commands from file, then exit
+ -f, --file <file>... Execute commands from file(s), then
exit
--format <format> Output format [default: table]
[possible values: csv, tsv, table, json, ndjson]
+ --host <host> Ballista scheduler host
+ --port <port> Ballista scheduler port
Type `exit` or `quit` to exit the CLI.