Skip to content

Commit cf5934a

Browse files
camilesingMaxGekk
authored andcommitted
[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 apache#49561 from camilesing/fix_docs_miss_semicolon. Authored-by: camilesing <[email protected]> Signed-off-by: Max Gekk <[email protected]>
1 parent 1c4cfcb commit cf5934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-ref-syntax-aux-resource-mgmt-list-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LIST FILE;
3939
file:/private/tmp/test
4040
file:/private/tmp/test_2
4141

42-
LIST FILE /tmp/test /some/random/file /another/random/file
42+
LIST FILE /tmp/test /some/random/file /another/random/file;
4343
--output
4444
file:/private/tmp/test
4545
```

0 commit comments

Comments
 (0)