This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from e2192e2b7d6 branch-4.1: [fix](thrift) Reserve frontend service field
ids #63239 (#63335)
add 7383d74a429 [4.1](agg,array) support TIMESTAMPTZ in multiple aggregate
and array … (#63293)
No new revisions were added by this update.
Summary of changes:
.../aggregate_function_group_array_set_op_impl.h | 88 +++---------
.../aggregate/aggregate_function_histogram.cpp | 2 +-
.../exprs/aggregate/aggregate_function_map_v2.cpp | 1 +
.../aggregate/aggregate_function_min_max_by.cpp | 66 +++++----
.../aggregate/aggregate_function_min_max_by.h | 151 ++++++++++-----------
be/src/exprs/function/array/function_array_index.h | 108 ++-------------
.../test_timestamptz_agg_functions.out} | 16 +--
.../timestamptz/test_timestamptz_array_index.out | 19 +++
.../timestamptz/test_timestamptz_max_min_by.out | 7 +
.../test_timestamptz_agg_functions.groovy | 59 ++++++++
.../test_timestamptz_array_index.groovy | 83 +++++++++++
.../timestamptz/test_timestamptz_max_min_by.groovy | 67 +++++++++
12 files changed, 376 insertions(+), 291 deletions(-)
copy regression-test/data/{nereids_syntax_p0/test_timestampdiff.out =>
datatype_p0/timestamptz/test_timestamptz_agg_functions.out} (50%)
create mode 100644
regression-test/data/datatype_p0/timestamptz/test_timestamptz_array_index.out
create mode 100644
regression-test/data/datatype_p0/timestamptz/test_timestamptz_max_min_by.out
create mode 100644
regression-test/suites/datatype_p0/timestamptz/test_timestamptz_agg_functions.groovy
create mode 100644
regression-test/suites/datatype_p0/timestamptz/test_timestamptz_array_index.groovy
create mode 100644
regression-test/suites/datatype_p0/timestamptz/test_timestamptz_max_min_by.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]