kangpinghuang commented on a change in pull request #2055: add delete state of 
row block v2 for performance
URL: https://github.com/apache/incubator-doris/pull/2055#discussion_r344589724
 
 

 ##########
 File path: be/src/olap/column_block.h
 ##########
 @@ -55,11 +57,20 @@ class ColumnBlock {
 
     size_t nrows() const { return _nrows; }
 
+    void set_delete_state(uint8_t delete_state) {
+        if (delete_state > _delete_state) {
+            _delete_state = delete_state;
 
 Review comment:
   ok, I will fix it.

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