yangzhg opened a new issue #3989:
URL: https://github.com/apache/incubator-doris/issues/3989


   When importing data into UNIQUE_KEYS table , if there are rows with the same 
key in the data, when the amount of data is large, the rows with the same key 
may be distributed in different segments. The priority_queue used when reading 
the rowset is an unstable sort, which may occur the lastest imported data row 
is read first, resulting is inconsistent between the final state of the data 
and the imported state。


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to