This is an automated email from the ASF dual-hosted git repository.

englefly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 92b201bcd3b [feat](param-refactor)Rename FS v2 to v1, remove legacy 
FS, and integrate new Storage/Azure features (#51539)
     add 65891031062 [Enhancement] (nereids) implement showRoutineLoadCommand 
in nereids (#51096)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   2 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  28 +++
 .../apache/doris/nereids/trees/plans/PlanType.java |   1 +
 .../plans/commands/ShowRoutineLoadCommand.java     | 232 +++++++++++++++++++++
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 ...ndTest.java => ShowRoutineLoadCommandTest.java} |  19 +-
 6 files changed, 278 insertions(+), 9 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowRoutineLoadCommand.java
 copy 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{ShowCreateRoutineLoadCommandTest.java
 => ShowRoutineLoadCommandTest.java} (66%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to