-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Minor: add more examples for CREATE EXTERNAL TABLE
doc
#7594
Conversation
CREATE EXTERNAL TABLE
docCREATE EXTERNAL TABLE
doc
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.
Thank you @comphead -- this looks great
1 row in set. Query took 0.007 seconds. | ||
``` | ||
|
||
You can also query directories of files with compatible schemas: |
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.
👍
|
||
```shell | ||
$ datafusion-cli | ||
DataFusion CLI v16.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 doesn't really matter, but it might be nice to have the versions be consistent
DataFusion CLI v16.0.0 | |
DataFusion CLI v17.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.
LGTM
Which issue does this PR close?
Closes #.
Rationale for this change
Adding more example for
CREATE EXTERNAL TABLE
doc. Specifically how to register datasource on folder level, or with wildcardsWhat changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?