yujun777 commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3386687108


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Partition.java:
##########
@@ -189,6 +195,13 @@ protected void setVisibleVersion(long visibleVersion) {
     public void setVisibleVersionAndTime(long visibleVersion, long 
visibleVersionTime) {
         this.visibleVersion = visibleVersion;
         this.visibleVersionTime = visibleVersionTime;
+        this.tso = -1;

Review Comment:
   check calling this function.  afraid to set the tso to -1.  maybe we can 
delete this function to avoid not set tso proper



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