You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/suites/1_stateful/01_streaming_load/01_0006_streaming_load_parquet.result
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
>>>> copy into @streaming_load_parquet/q1.parquet from (select '2021-01-01' as c3, '1' as c2) single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
>>>> copy into @streaming_load_parquet/q2.parquet from (select '2021-01-01' as c3) single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
>>>> copy into @streaming_load_parquet/q3.parquet from (select '2021-01-01' as c3) single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
>>>> copy into @streaming_load_parquet/q4.parquet from (select '2021-01-01' as c3, 'my_null' as c1) single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
>>>> copy into @streaming_load_parquet/q5.parquet from (select '2021-01-01' as c3, 'my_null' as c1) single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
Copy file name to clipboardExpand all lines: tests/suites/1_stateful/01_streaming_load/01_0007_streaming_load_placeholder.result
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
--csv
4
4
>>>> copy into @streaming_load_07/data.csv from (select '2020-01-02' as c4, 110 as c2) file_format=(type='csv') single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
>>>> copy into @streaming_load_07/data.tsv from (select '2020-01-02' as c4, 110 as c2) file_format=(type='tsv') single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
>>>> copy into @streaming_load_07/data.ndjson from (select '2020-01-02' as c4, 110 as c2) file_format=(type='ndjson') single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
>>>> copy into @streaming_load_07/data.parquet from (select '2020-01-02' as c4, 110 as c2) file_format=(type='parquet') single=true include_query_id=false use_raw_path=true detailed_output=true overwrite=true;
0 commit comments