Skip to content

Commit ba51276

Browse files
committed
up test 05_0016_ddl_stage
1 parent 8ae9271 commit ba51276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/logictest/suites/base/05_ddl/05_0016_ddl_stage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ statement query TTTTTITT
2323
desc stage test_stage_internal;
2424

2525
----
26-
test_stage_internal Internal StageParams { storage: Fs(StorageFsConfig { root: "_data" }) } CopyOptions { on_error: None, 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: "" } 0 'root'@'127.0.0.1'
26+
test_stage_internal Internal StageParams { storage: Fs(StorageFsConfig { root: "_data" }) } CopyOptions { on_error: None, 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: "" } 0 'root'@'127.0.0.1'
2727

2828
statement query TTTTT
2929
SHOW STAGES;

0 commit comments

Comments
 (0)