This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-61681-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from c9957747207 branch-4.1: [fix](coordinator) Fix NPE in
updateLoadCounters during reportExecStatus for non-Load queries #61467 (#61736)
add 81112d2c450 [feature](fe) Support ORDER BY and LIMIT clauses for
UPDATE and DELETE commands (#61681)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 43 +++-
.../trees/plans/commands/DeleteFromCommand.java | 4 +-
.../plans/commands/DeleteFromUsingCommand.java | 12 +-
.../nereids/parser/LogicalPlanBuilderTest.java | 251 +++++++++++++++++++++
.../doris/nereids/parser/NereidsParserTest.java | 79 +++++++
.../data/delete_p0/test_delete_order_by_limit.out | 61 +++++
.../data/update/test_update_order_by_limit.out | 85 +++++++
.../delete_p0/test_delete_order_by_limit.groovy | 178 +++++++++++++++
.../update/test_update_order_by_limit.groovy | 175 ++++++++++++++
10 files changed, 886 insertions(+), 8 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/parser/LogicalPlanBuilderTest.java
create mode 100644
regression-test/data/delete_p0/test_delete_order_by_limit.out
create mode 100644 regression-test/data/update/test_update_order_by_limit.out
create mode 100644
regression-test/suites/delete_p0/test_delete_order_by_limit.groovy
create mode 100644
regression-test/suites/update/test_update_order_by_limit.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]