yujun777 commented on code in PR #62435:
URL: https://github.com/apache/doris/pull/62435#discussion_r3224975670
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/ExternalAnalysisTask.java:
##########
@@ -59,9 +60,10 @@ protected void deleteNotExistPartitionStats(AnalysisInfo
jobInfo) throws DdlExce
protected void doFull() throws Exception {
StringBuilder sb = new StringBuilder();
Map<String, String> params = buildSqlParams();
- params.put("min", getMinFunction());
- params.put("max", getMaxFunction());
params.put("dataSizeFunction", getDataSizeFunction(col, false));
Review Comment:
Thanks for pointing this out. The default HMS metadata analyze path is
intentionally out of scope for this PR. It does not scan table data, so it
cannot derive hot values from row frequencies without changing the collection
mode/behavior. This PR only covers SQL-based full analyze paths; default HMS
metadata stats will continue to publish no hot_value unless it falls back to or
explicitly uses SQL collection.
--
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]