Skip to content

Commit

Permalink
tweak logic test
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Nov 4, 2024
1 parent 53abd1a commit 58a7d14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ query T
explain syntax copy into 's3://mybucket/data.csv' from t1 file_format = ( type = CSV field_delimiter = ',' record_delimiter = '\n' skip_header = 1)
----
COPY
INTO Uri(UriLocation { protocol: "s3", name: "mybucket", path: "/data.csv", part_prefix: "", connection: Connection { visited_keys: {}, conns: {} } })
INTO Uri(UriLocation { protocol: "s3", name: "mybucket", path: "/data.csv", connection: Connection { visited_keys: {}, conns: {} } })
FROM t1
FILE_FORMAT = (
field_delimiter = ',',
Expand Down

0 comments on commit 58a7d14

Please sign in to comment.