This is an automated email from the ASF dual-hosted git repository.
maxgekk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new cf5934ad56e3 [MINOR][DOCS] Fix miss semicolon on list file sql example
cf5934ad56e3 is described below
commit cf5934ad56e3ece0d09cc14abb8aac0bb5c56f2b
Author: camilesing <[email protected]>
AuthorDate: Mon Jan 20 09:03:43 2025 +0200
[MINOR][DOCS] Fix miss semicolon on list file sql example
### What changes were proposed in this pull request?
fix miss semicolon on list file SQL example
### Why are the changes needed?
list file SQL example miss semicolon
### Does this PR introduce _any_ user-facing change?
Yes. the patch fix docs miss semicolon SQL.
### How was this patch tested?
Manually by inspecting generated docs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49561 from camilesing/fix_docs_miss_semicolon.
Authored-by: camilesing <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
---
docs/sql-ref-syntax-aux-resource-mgmt-list-file.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d92f5fe16279..cd7589d5255d 100644
--- a/docs/sql-ref-syntax-aux-resource-mgmt-list-file.md
+++ b/docs/sql-ref-syntax-aux-resource-mgmt-list-file.md
@@ -39,7 +39,7 @@ LIST FILE;
file:/private/tmp/test
file:/private/tmp/test_2
-LIST FILE /tmp/test /some/random/file /another/random/file
+LIST FILE /tmp/test /some/random/file /another/random/file;
--output
file:/private/tmp/test
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]