This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new d5579c8 [SPARK-34683][SQL][DOCS][3.0] Update the documents to explain
the usage of LIST FILE and LIST JAR in case they take multiple file names
d5579c8 is described below
commit d5579c89c4de61217b68f003d3c7f8f24fd60292
Author: Kousuke Saruta <[email protected]>
AuthorDate: Wed Mar 10 20:12:43 2021 +0900
[SPARK-34683][SQL][DOCS][3.0] Update the documents to explain the usage of
LIST FILE and LIST JAR in case they take multiple file names
### What changes were proposed in this pull request?
This PR partially backports the change of #31721 (SPARK-34603).
This PR improves documents to explain `LIST FILE` and `LIST JAR` commands
can take multiple file names.
### Why are the changes needed?
To explain the usage more correctly.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Built documents and confirmed.
Closes #31794 from sarutak/fix-add-file-docs-3.0.
Authored-by: Kousuke Saruta <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
---
docs/sql-ref-syntax-aux-resource-mgmt-list-file.md | 2 +-
docs/sql-ref-syntax-aux-resource-mgmt-list-jar.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sql-ref-syntax-aux-resource-mgmt-list-file.md
b/docs/sql-ref-syntax-aux-resource-mgmt-list-file.md
index 9b9a7df..5300232 100644
--- a/docs/sql-ref-syntax-aux-resource-mgmt-list-file.md
+++ b/docs/sql-ref-syntax-aux-resource-mgmt-list-file.md
@@ -26,7 +26,7 @@ license: |
### Syntax
```sql
-LIST FILE
+LIST { FILE | FILES } file_name [ ... ]
```
### Examples
diff --git a/docs/sql-ref-syntax-aux-resource-mgmt-list-jar.md
b/docs/sql-ref-syntax-aux-resource-mgmt-list-jar.md
index 04aa52c..cfe8def 100644
--- a/docs/sql-ref-syntax-aux-resource-mgmt-list-jar.md
+++ b/docs/sql-ref-syntax-aux-resource-mgmt-list-jar.md
@@ -26,7 +26,7 @@ license: |
### Syntax
```sql
-LIST JAR
+LIST { JAR | JARS } file_name [ ... ]
```
### Examples
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]