yujun777 commented on code in PR #62435:
URL: https://github.com/apache/doris/pull/62435#discussion_r3224968763
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/OlapAnalysisTask.java:
##########
@@ -328,7 +328,11 @@ protected void doFull() throws Exception {
if (StatisticsUtil.enablePartitionAnalyze() &&
tbl.isPartitionedTable()) {
doPartitionTable();
Review Comment:
Thanks for the review. Partition analyze is intentionally out of scope for
this PR. This change only targets full statistics collection on the
non-partition/full-SQL analyze path. The partition analyze path still uses
partition-level stats and merge logic, and we do not plan to derive or merge
hot_value there in this PR.
--
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]