This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from c74ca15753 [pipeline](sink) Supprt Async Writer Sink of result file sink and memory scratch sink (#23589) add 52e645abd2 [Feature](Nereids): support cte for update and delete statements of Nereids (#23384) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 13 +++- .../trees/plans/commands/DeleteCommand.java | 14 ++-- .../trees/plans/commands/UpdateCommand.java | 7 +- .../nereids/trees/plans/DeleteCommandTest.java | 2 +- .../delete/{delete_using.out => delete_cte.out} | 0 .../{update_unique_table.out => update_cte.out} | 0 .../{delete_using.groovy => delete_cte.groovy} | 85 ++++++++++++---------- ...pdate_unique_table.groovy => update_cte.groovy} | 85 ++++++++++++---------- 9 files changed, 117 insertions(+), 93 deletions(-) copy regression-test/data/nereids_p0/delete/{delete_using.out => delete_cte.out} (100%) copy regression-test/data/nereids_p0/update/{update_unique_table.out => update_cte.out} (100%) copy regression-test/suites/nereids_p0/delete/{delete_using.groovy => delete_cte.groovy} (58%) copy regression-test/suites/nereids_p0/update/{update_unique_table.groovy => update_cte.groovy} (59%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org