This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from b4395c3e1f [improvement](insert) Support verbose keyword in insert
query stmt (#9047)
new 5ce3ae53e7 [feature](vectorized)(function) Support min_by/max_by
function. (#8623)
new 5cba77ba85 [fix](routine_load) Add retry mechanism for routine load
task which encounter Broker transport failure (#9067)
new 1c5f7dade1 [fix] fix bug when partition_id exceeds integer range in
spark load (#9073)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/runtime/routine_load/data_consumer.cpp | 10 ++
be/src/vec/CMakeLists.txt | 1 +
.../aggregate_function_min_max_by.cpp | 116 +++++++++++++++
.../aggregate_function_min_max_by.h | 161 +++++++++++++++++++++
.../aggregate_function_simple_factory.cpp | 2 +
.../aggregate_functions/agg_min_max_by_test.cpp | 102 +++++++++++++
.../sql-functions/aggregate-functions/max_by.md} | 38 ++---
.../sql-functions/aggregate-functions/min_by.md} | 38 ++---
.../max_by.md} | 36 ++---
.../min_by.md} | 36 ++---
.../org/apache/doris/analysis/AggregateInfo.java | 13 +-
.../java/org/apache/doris/catalog/FunctionSet.java | 14 ++
.../org/apache/doris/load/loadv2/dpp/SparkDpp.java | 2 +-
13 files changed, 495 insertions(+), 74 deletions(-)
create mode 100644
be/src/vec/aggregate_functions/aggregate_function_min_max_by.cpp
create mode 100644
be/src/vec/aggregate_functions/aggregate_function_min_max_by.h
create mode 100644 be/test/vec/aggregate_functions/agg_min_max_by_test.cpp
copy docs/{zh-CN/sql-reference/sql-functions/string-functions/char_length.md
=> en/sql-reference/sql-functions/aggregate-functions/max_by.md} (61%)
copy docs/{zh-CN/sql-reference/sql-functions/string-functions/char_length.md
=> en/sql-reference/sql-functions/aggregate-functions/min_by.md} (61%)
copy docs/zh-CN/sql-reference/sql-functions/{string-functions/char_length.md
=> aggregate-functions/max_by.md} (63%)
copy docs/zh-CN/sql-reference/sql-functions/{string-functions/char_length.md
=> aggregate-functions/min_by.md} (63%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]