luwei16 commented on code in PR #37293:
URL: https://github.com/apache/doris/pull/37293#discussion_r1670615300


##########
be/src/cloud/cloud_tablet.h:
##########
@@ -145,6 +145,9 @@ class CloudTablet final : public BaseTablet {
         _last_base_compaction_schedule_millis = millis;
     }
 
+    int64_t alter_version() const { return _alter_version; }
+    void set_alter_version(int64_t alter_version) { _alter_version = 
alter_version; }

Review Comment:
   When to reset alter version = -1



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to