This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from c8c3cb8dddf [Refactor]refactor workload group cpu hard limit (#51278) add 3da42579731 [Enhancement](nereids)suppot show partitions (#51328) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +- .../doris/common/proc/PartitionsProcDir.java | 140 ++++++ .../doris/nereids/parser/LogicalPlanBuilder.java | 51 +++ .../trees/expressions/literal/DateLiteral.java | 2 +- .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../trees/plans/commands/ShowLoadCommand.java | 4 +- .../plans/commands/ShowPartitionsCommand.java | 472 +++++++++++++++++++++ .../trees/plans/visitor/CommandVisitor.java | 5 + .../plans/commands/ShowPartitionsCommandTest.java | 239 +++++++++++ .../show/test_nereids_show_partitions.groovy | 197 +++++++++ 10 files changed, 1110 insertions(+), 5 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowPartitionsCommand.java create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/ShowPartitionsCommandTest.java create mode 100644 regression-test/suites/nereids_p0/show/test_nereids_show_partitions.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org