55q1.parquet 624 1
66>>>> streaming load: q1.parquet error :
77+ curl -sS -H x-databend-query-id:load-q1 -H 'sql:insert into streaming_load_parquet(c2,c3) from @_databend_load file_format = (type='\''parquet'\'', missing_field_as=error, null_if=())' -F upload=@/tmp/streaming_load_parquet/q1.parquet -u root: -XPUT http://localhost:8000/v1/streaming_load
8- {"id":"loadq1 ","stats":{"rows":1,"bytes":25}}
8+ {"id":"load-q1 ","stats":{"rows":1,"bytes":25}}
99<<<<
1010>>>> select * from streaming_load_parquet;
1111ok 1 2021-01-01
@@ -26,7 +26,7 @@ q2.parquet 426 1
2626q3.parquet 426 1
2727>>>> streaming load: q3.parquet field_default :
2828+ curl -sS -H x-databend-query-id:load-q3 -H 'sql:insert into streaming_load_parquet(c2,c3) from @_databend_load file_format = (type='\''parquet'\'', missing_field_as=field_default, null_if=())' -F upload=@/tmp/streaming_load_parquet/q3.parquet -u root: -XPUT http://localhost:8000/v1/streaming_load
29- {"id":"loadq3 ","stats":{"rows":1,"bytes":21}}
29+ {"id":"load-q3 ","stats":{"rows":1,"bytes":21}}
3030<<<<
3131>>>> select * from streaming_load_parquet;
3232ok NULL 2021-01-01
@@ -37,7 +37,7 @@ ok NULL 2021-01-01
3737q4.parquet 643 1
3838>>>> streaming load: q4.parquet error :
3939+ curl -sS -H x-databend-query-id:load-q4 -H 'sql:insert into streaming_load_parquet(c1,c3) from @_databend_load file_format = (type='\''parquet'\'', missing_field_as=error, null_if=())' -F upload=@/tmp/streaming_load_parquet/q4.parquet -u root: -XPUT http://localhost:8000/v1/streaming_load
40- {"id":"loadq4 ","stats":{"rows":1,"bytes":26}}
40+ {"id":"load-q4 ","stats":{"rows":1,"bytes":26}}
4141<<<<
4242>>>> select * from streaming_load_parquet;
4343my_null NULL 2021-01-01
@@ -48,7 +48,7 @@ my_null NULL 2021-01-01
4848q5.parquet 643 1
4949>>>> streaming load: q5.parquet error 'my_null':
5050+ curl -sS -H x-databend-query-id:load-q5 -H 'sql:insert into streaming_load_parquet(c1,c3) from @_databend_load file_format = (type='\''parquet'\'', missing_field_as=error, null_if=('\''my_null'\''))' -F upload=@/tmp/streaming_load_parquet/q5.parquet -u root: -XPUT http://localhost:8000/v1/streaming_load
51- {"id":"loadq5 ","stats":{"rows":1,"bytes":7}}
51+ {"id":"load-q5 ","stats":{"rows":1,"bytes":7}}
5252<<<<
5353>>>> select * from streaming_load_parquet;
5454NULL NULL 2021-01-01
0 commit comments