kangkaisen opened a new issue #1216: Doris Stream Load API response has changed 
in Doris 0.10
URL: https://github.com/apache/incubator-doris/issues/1216
 
 
   The old response is :
   ```
   {
       "Status": "Success",
       "Message": "OK",
       "NumberLoadedRows": 2,
       "NumberFilteredRows": 0,
       "LoadBytes": 24,
       "LoadTimeMs": 141
   }
   ```
   The new response is:
   ```
   {
       "TxnId": 1185741,
       "Label": "29bfff6f-f020-4c5b-a3f6-20deb32a00c7",
       "Status": "Success",
       "Message": "OK",
       "NumberTotalRows": 2,
       "NumberLoadedRows": 2,
       "NumberFilteredRows": 0,
       "NumberUnselectedRows": 0,
       "LoadBytes": 24,
       "LoadTimeMs": 177
   }
   
   ```
   @imay Please add this point to Doris 0.10 release note, Thanks.

----------------------------------------------------------------
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]

Reply via email to