lingbin commented on a change in pull request #2796: Improve comparison and 
printing of Version
URL: https://github.com/apache/incubator-doris/pull/2796#discussion_r368277997
 
 

 ##########
 File path: be/src/olap/tablet.cpp
 ##########
 @@ -272,16 +255,11 @@ OLAPStatus Tablet::add_rowset(RowsetSharedPtr rowset, 
bool need_persist) {
     // yiguolei: temp code, should remove the rowset contains by this rowset
     // but it should be removed in multi path version
     for (auto& it : _rs_version_map) {
 
 Review comment:
   Done. 
   
   should be `rowset->version().contains(it.first) `

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