Skip to content

Commit

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

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

0 comments on commit 86823da

Please sign in to comment.