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


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/stream/OlapTableStream.java:
##########
@@ -91,12 +97,17 @@ public void setProperties(Map<String, String> properties) 
throws AnalysisExcepti
         // set offset according to baseTable
         if (!showInitialRows) {
             // set partition offset
-            // todo(TsukiokaKogane): change offset from partition version to 
commit tso
             ((OlapTable) baseTable).getPartitions()
-                    .forEach(p -> partitionOffset.put(p.getId(), 
p.getVisibleVersion()));
+                    .forEach(p -> partitionOffset.put(p.getId(), p.getTso()));

Review Comment:
   partitionOffset had store tso,  so rename 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.

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