You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/18 10:05:42 UTC

[GitHub] [incubator-doris] kangkaisen opened a new issue #1663: NumberTotalRows in stream load result is double

kangkaisen opened a new issue #1663: NumberTotalRows in stream load result is double
URL: https://github.com/apache/incubator-doris/issues/1663
 
 
   **Describe the bug**
   https://github.com/apache/incubator-doris/pull/1597 introduce a minor bug:
   
   The NumberTotalRows and NumberLoadedRows in stream load result is double.
   
   
   
   **To Reproduce**
   
   ```
   seq 11 20 | awk '{OFS="\t"}{print $1, $1 * 10, $1 * 100}' | curl -v --location-trusted -u xxx:xxx   -T - http://xxx:8410/api/test/table/_stream_load
   ```
   the result is :
   ```
       "TxnId": 9044,
       "Label": "2ed8a730-dfec-4883-af24-65e3dacb5120",
       "Status": "Success",
       "Message": "OK",
       "NumberTotalRows": 10,
       "NumberLoadedRows": 10,
       "NumberFilteredRows": 0,
       "NumberUnselectedRows": 0,
       "LoadBytes": 120,
       "LoadTimeMs": 351
   ```
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org