luanmacidian opened a new issue #783: Failed to send data in csv format using CURL URL: https://github.com/apache/incubator-doris/issues/783 **The command is as follows:** curl --location-trusted -u root:root -H 'Content-Type:text/csv' -H 'column_separator:,' -H 'Expect:100-continue' --data '2017-07-16,6,2,jack,3' -XPUT http://10.13.24.138:8030/api/test/table2/_stream_load **My console returns as follows:** { "TxnId": 2040, "Label": "aa1d6fef-ce2d-4a9f-bae5-c79bfe90ce23", "Status": "Fail", "Message": "all partitions have no load data", "NumberLoadedRows": 0, "NumberFilteredRows": 0, "LoadBytes": 21, "LoadTimeMs": 7 }
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
