HappenLee commented on code in PR #19824: URL: https://github.com/apache/doris/pull/19824#discussion_r1199923786
########## fe/fe-core/src/main/java/org/apache/doris/common/proc/IndexSchemaProcNode.java: ########## @@ -59,7 +60,11 @@ public ProcResult fetchResult() throws AnalysisException { // Extra string (aggregation and bloom filter) List<String> extras = Lists.newArrayList(); if (column.getAggregationType() != null) { - extras.add(column.getAggregationType().name()); + if (column.getAggregationType() == AggregateType.GENERIC_AGGREGATION) { Review Comment: same to up -- 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