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

morrysnow pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 794cf768bc3 branch-3.1: [fix](load) quorum success write should 
consider data skew #53737 (#53827)
     add 5d3aeda7356 branch-3.1 [feature](group by)Support group by with order. 
#53037 (#53847)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   6 +-
 .../GroupKeyWithOrder.java}                        |  45 ++++-------
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  45 +++++++++--
 .../doris/nereids/parser/NereidsParserTest.java    |  53 ++++++++++++
 .../test_nereids_group_by_with_order.out           | Bin 0 -> 901 bytes
 .../test_nereids_group_by_with_order.groovy        |  89 +++++++++++++++++++++
 6 files changed, 202 insertions(+), 36 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/{properties/OrderKey.java => 
parser/GroupKeyWithOrder.java} (56%)
 create mode 100644 
regression-test/data/nereids_syntax_p0/test_nereids_group_by_with_order.out
 create mode 100644 
regression-test/suites/nereids_syntax_p0/test_nereids_group_by_with_order.groovy


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

Reply via email to