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 0f857f4a465 [fix](mac) Fix Mac compile (#49521)
add 8ccfc9d442b [Feat](nereids) support show tablets from table command
(#49426)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 41 +++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../trees/plans/commands/ShowTabletIdCommand.java | 10 +
.../commands/ShowTabletsFromTableCommand.java | 298 +++++++++++++++++++++
.../trees/plans/visitor/CommandVisitor.java | 5 +
...t.java => ShowTabletsFromTableCommandTest.java} | 137 +++++-----
7 files changed, 424 insertions(+), 72 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTabletsFromTableCommand.java
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{ShowTableStatsCommandTest.java
=> ShowTabletsFromTableCommandTest.java} (54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]