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 59bcaa467c7 [test](beut) add function cast to boolean beut (#50243) add 87d754b40b0 [Enhancement] (nereids) implement showCreateRoutineLoadCommand in nereids (#49172) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 19 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../load/ShowCreateRoutineLoadCommand.java | 154 +++++++++++++++++++++ .../trees/plans/visitor/CommandVisitor.java | 5 + ....java => ShowCreateRoutineLoadCommandTest.java} | 15 +- 6 files changed, 183 insertions(+), 13 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/load/ShowCreateRoutineLoadCommand.java copy fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{PauseRoutineLoadCommandTest.java => ShowCreateRoutineLoadCommandTest.java} (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org