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 753cc3ea432 [fix](Nereids) fix substring with only one parameter (#48957) add 26c02f440e0 [Feat](Nereids) support show tabletId command (#48815) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 7 + .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../trees/plans/commands/ShowTabletIdCommand.java | 205 +++++++++++++++++++++ .../trees/plans/visitor/CommandVisitor.java | 5 + 5 files changed, 219 insertions(+), 1 deletion(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTabletIdCommand.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org