Skip to content

Commit

Permalink
[Doc] Fix INSERT example (backport #55904) (#55907)
Browse files Browse the repository at this point in the history
Signed-off-by: 絵空事スピリット <[email protected]>
Co-authored-by: 絵空事スピリット <[email protected]>
  • Loading branch information
mergify[bot] and EsoragotoSpirit authored Feb 14, 2025
1 parent 2654728 commit 4d7ed7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ INSERT OVERWRITE test WITH LABEL `label1` (c1, c2) SELECT * from test3;

```Plain
INSERT INTO insert_wiki_edit
SELECT * FROM TABLE(
SELECT * FROM FILES(
"path" = "s3://inserttest/parquet/insert_wiki_edit_append.parquet",
"format" = "parquet",
"aws.s3.access_key" = "xxxxxxxxxx",
Expand Down

0 comments on commit 4d7ed7e

Please sign in to comment.