Jibing-Li commented on code in PR #24154: URL: https://github.com/apache/doris/pull/24154#discussion_r1323870945
########## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStatistic.java: ########## @@ -92,7 +91,7 @@ public class ColumnStatistic { public final Histogram histogram; @SerializedName("partitionIdToColStats") - public final Map<Long, ColumnStatistic> partitionIdToColStats = new HashMap<>(); + public final Map<String, ColumnStatistic> partitionIdToColStats = new HashMap<>(); Review Comment: Checked the code, this is not used for now. Also talked with Binfeng, he confirmed it's OK to change 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: 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