gavinchou commented on code in PR #60467:
URL: https://github.com/apache/doris/pull/60467#discussion_r2789520257


##########
fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudPartition.java:
##########
@@ -255,6 +261,27 @@ public static List<Long> getSnapshotVisibleVersionFromMs(
         return versions;
     }
 
+    private static List<OlapTable> getTables(List<CloudPartition> partitions) {

Review Comment:
   the return value MUST BE ArrayList, since line 316 will iterate with indice.



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