Kikyou1997 commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185663925
########## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ########## @@ -30,19 +32,21 @@ public class AnalysisTaskInfoBuilder { private String catalogName; private String dbName; private String tblName; - private Set<String> partitionNames; + private Map<String, Set<String>> colToPartitions; Review Comment: What's the reason for using `Map` here? Each task is a one-one mapping to B ########## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ########## @@ -30,19 +32,21 @@ public class AnalysisTaskInfoBuilder { private String catalogName; private String dbName; private String tblName; - private Set<String> partitionNames; + private Map<String, Set<String>> colToPartitions; Review Comment: What's the reason for using `Map` here? Each task is a one-one mapping to Task -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org