This is an automated email from the ASF dual-hosted git repository.
lijibing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from cd14ce3bd9b [chore](cloud) remove versionstamp from the key creation
functions (#53052)
add e36e6e691c8 [feature](group by)Support group by with order. (#53037)
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 | 39 +++++++--
.../doris/nereids/parser/NereidsParserTest.java | 44 ++++++++++
.../test_nereids_group_by_with_order.out | Bin 0 -> 901 bytes
.../test_nereids_group_by_with_order.groovy | 89 +++++++++++++++++++++
6 files changed, 189 insertions(+), 34 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]