viirya commented on code in PR #4851:
URL: https://github.com/apache/arrow-datafusion/pull/4851#discussion_r1064177570


##########
docs/source/user-guide/cli.md:
##########
@@ -104,10 +127,16 @@ OPTIONS:
     -q, --quiet                      Reduce printing other than the results 
and work quietly
     -r, --rc <RC>...                 Run the provided files on startup instead 
of ~/.datafusionrc
     -V, --version                    Print version information
-
-Type `exit` or `quit` to exit the CLI.
 ```
 
+## Selecting files directly
+
+Files can be queried directly by enclosing the file or
+directory name in single `'` quotes as shown in the example.
+
+It is also possible to create a table backed by files by explictly
+via `CREATE EXTERNAL TABLE` as shown below.

Review Comment:
   ```suggestion
   It is also possible to create a table backed by files by explicitly
   via `CREATE EXTERNAL TABLE` as shown below.
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to