Jibing-Li commented on code in PR #51116:
URL: https://github.com/apache/doris/pull/51116#discussion_r2102341922


##########
fe/fe-core/src/main/java/org/apache/doris/statistics/TableStatsMeta.java:
##########
@@ -193,17 +193,23 @@ public void update(AnalysisInfo analyzedJob, TableIf 
tableIf) {
         jobType = analyzedJob.jobType;
         if (tableIf != null) {
             if (tableIf instanceof OlapTable) {
+                OlapTable olapTable = (OlapTable) tableIf;
                 indexesRowCount.putAll(analyzedJob.indexesRowCount);
-                clearStaleIndexRowCount((OlapTable) tableIf);
+                clearStaleIndexRowCount(olapTable);
+                Set<Pair<String, String>> columnIndexPairs = 
olapTable.getColumnIndexPairs(

Review Comment:
   fixed



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