kingbabingge commented on issue #17267: URL: https://github.com/apache/doris/issues/17267#issuecomment-1477337741
> 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"> not this way has problem has problem 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
