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 6e2f2eee221 [regression-test](fix) fix StreamLoadAction bug (#51461)
add 5e0670834ed [Enhancement] (nereids) implement
showRoutineLoadTaskCommand in nereids (#51094)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 16 ++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../plans/commands/ShowRoutineLoadTaskCommand.java | 197 +++++++++++++++++++++
.../trees/plans/visitor/CommandVisitor.java | 5 +
...st.java => ShowRoutineLoadTaskCommandTest.java} | 37 ++--
6 files changed, 243 insertions(+), 15 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowRoutineLoadTaskCommand.java
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{ShowWarmUpCommandTest.java
=> ShowRoutineLoadTaskCommandTest.java} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]