weizhengte commented on code in PR #8861: URL: https://github.com/apache/doris/pull/8861#discussion_r914735322
########## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowColumnStatsStmt.java: ########## @@ -67,4 +70,9 @@ public ShowResultSetMetaData getMetaData() { } return builder.build(); } + + public List<String> getPartitionNames() { Review Comment: In this PR, the relevant methods have been implemented, but the corresponding syntax has not been added(to be added together in the future, and users can not use it now). this TODO is added to avoid compilation failure. -- 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