Closed huoyue-git closed 1 month ago
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
Steps to reproduce the behavior (Required)
enclose data 1,9999-12-31,9999-12-31 23:59:59,中beijin\tgaergertte中,中hai\ndian'sdv,gerwwge中,中asrew er中中hgeth中 2,0001-01-01,0001-01-01 00:00:01,中beij ing中,中haid\t\n\r&_#@#$)!_ian中,中saefwd 中中 中 3,2020-01-01,2020-01-01 00:00:01,中beij \ting中,中haid\t\n\r&_#@#$)!_ian中,中saefwd 中中 中
enclose is chinese curl --location-trusted -u "root:" -T ../chinese_enclose.csv -XPUT -H "label:stream_load_1710837373411_jhx" -H "column_separator:," -H "enclose:中" http://xxx.xx.xx.xxx:xxxx/api/test_db/duplicate_table_with_null/_stream_load
select * from duplicate_table_with_null;
escape data 1,9999-12-31,9999-12-31 23:59:59,beijin中\tgaergertte,hai中\ndian中'sdv中gerwwge,asrew er中\hgeth 2,0001-01-01,0001-01-01 00:00:01,beij ing,haid中\t中\n中\r&_#@#$)!_ian,saefwd 中* 3,2020-01-01,2020-01-01 00:00:01,beij 中\ting,haid中\t中\n中\r&_#@#$)!_ian,saefwd 中*
escape is chinese curl --location-trusted -u "root:" -T ../chinese_escape.csv -XPUT -H "label:stream_load_1710837374410_jhd" -H "column_separator:," -H "escape:中" http://xxx.xx.xx.xxx:xxxx/api/test_db/duplicate_table_with_null/_stream_load
select * from duplicate_table_with_null;