Skip to content

Commit

Permalink
fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Jan 17, 2023
1 parent f8c600b commit 1503e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/query/ast/tests/it/testdata/statement-error.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ error:
--> SQL:1:38
|
1 | COPY INTO mytable FROM 's3://bucket' CREDENTIAL = ();
| ^^^^^^^^^^ expected `CONNECTION`, `CREDENTIALS`, `LOCATION_PREFIX`, `FILES`, `PATTERN`, or 11 more ...
| ^^^^^^^^^^ expected `CONNECTION`, `CREDENTIALS`, `LOCATION_PREFIX`, `FILES`, `PATTERN`, `FILE_FORMAT`, or 10 more ...


---------- Input ----------
Expand Down
2 changes: 1 addition & 1 deletion tests/sqllogictests/suites/base/05_ddl/05_0016_ddl_stage
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ onlyif mysql
query TTTTTITT
desc stage test_stage_internal
----
test_stage_internal Internal StageParams { storage: Fs(StorageFsConfig { root: "_data" }) } CopyOptions { on_error: AbortNum(1), size_limit: 0, split_size: 0, purge: false, single: false, max_file_size: 0 } FileFormatOptions { format: Csv, skip_header: 0, field_delimiter: "", record_delimiter: "NONE", nan_display: "", escape: "\\\\", compression: Auto, row_tag: "", quote: "" } 0 'root'@'127.0.0.1' (empty)
test_stage_internal Internal StageParams { storage: Fs(StorageFsConfig { root: "_data" }) } CopyOptions { on_error: AbortNum(1), size_limit: 0, split_size: 0, purge: false, single: false, max_file_size: 0 } FileFormatOptions { format: Csv, skip_header: 0, field_delimiter: "", record_delimiter: "NONE", nan_display: "", escape: "\\", compression: Auto, row_tag: "", quote: "" } 0 'root'@'127.0.0.1' (empty)

query TTTTT
SHOW STAGES
Expand Down

0 comments on commit 1503e8f

Please sign in to comment.