Commit 7ae2d81
[MINOR][DOCS] Fix miss semicolon on insert example sql
### What changes were proposed in this pull request?
fix miss semicolon on insert example sql
### Why are the changes needed?
fix miss semicolon on insert example sql.
### 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 #48942 from camilesing/fix_docs_miss_semicolon.
Authored-by: camilesing <[email protected]>
Signed-off-by: Max Gekk <[email protected]>1 parent 5bdaa72 commit 7ae2d81
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
0 commit comments