wangshuo128 commented on code in PR #11179: URL: https://github.com/apache/doris/pull/11179#discussion_r929544516
########## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ########## @@ -37,12 +39,27 @@ public class StatsDeriveResult { // The actual key is slotId private final Map<Id, Long> columnToNdv = Maps.newHashMap(); + private Map<Slot, ColumnStats> slotRefToColumnStatsMap; + + public StatsDeriveResult() { Review Comment: Do we really need an empty constructor? Or maybe we should delegate to a non-empty parameter constructor? -- 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