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: [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]