weizhengte commented on code in PR #19247:
URL: https://github.com/apache/doris/pull/19247#discussion_r1185670062


##########
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:
   This is true for task, but it may be a many-to-many relationship for Job. It 
was changed to Map for ease of processing, keeping the operations on job/task 
uniform.



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

Reply via email to