EmmyMiao87 opened a new pull request #1134: Change label of broker load txn
URL: https://github.com/apache/incubator-doris/pull/1134
 
 
   1. put broker load label into txn label
   2. fix the bug of `label is already used`
   3. fix partition error of new broker load
   
   * Fix count error in mini load and broker load
   There are three params (num_rows_load_total, num_rows_load_filtered, 
num_rows_load_unselected) which are used to count dpp.norm.ALL and 
dpp.abnorm.ALL.
   num_rows_load_total is the number rows of source file.
   num_rows_load_unselected is the not satisfied (where conjuncts) rows of 
num_rows_load_total
   num_rows_load_filtered is the rows (quality not good enough) of 
(num_rows_load_total-num_rows_load_unselected)

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