kingbabingge commented on issue #17267: URL: https://github.com/apache/doris/issues/17267#issuecomment-1477336041
> I test OK version 1.2 lts curl --location-trusted -u root:pass -H "label:test" -H "column_separator:," -H "format:csv" -H "columns: id,name" -T test.csv http://ip:8030/api/test/table20/_stream_load > > <img alt="image" width="254" src="https://user-images.githubusercontent.com/109049295/225594907-c3fd6113-903a-4a8f-9e2f-767b9208ef41.png"> curl -XPUT --location-trusted -u root:123 -H "label:test3" -H "timeout:10000" -H "format: csv" -H "columns: id,name" -H "column_separator:," -H "Expect: 100-continue" http://xxx:8031/api/example_db/table20/_stream_load -d '1,a 2,b 3,c 4,%' not this way has problem. --------------------has proble below---------------------------------- curl -XPUT --location-trusted -u root:123 -H "label:test3" -H "timeout:10000" -H "format: csv" -H "columns: id,name" -H "column_separator:," -H "Expect: 100-continue" http://xxx:8031/api/example_db/table20/_stream_load -d '1,a 2,b 3,c 4,%' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org