This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from a43e85a58c9 [fix](txn lazy commit) fix multi table load error with txn
lazy commit (#54322)
add f2649c464ce [Chore](agg) adjust corr/corvar series function symbols
and some other change (#54376)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/set_probe_sink_operator.cpp | 5 +-
.../aggregate_function_approx_top_k.cpp | 6 +-
.../aggregate_function_approx_top_sum.cpp | 11 +---
.../aggregate_function_collect.cpp | 5 +-
.../aggregate_function_corr.cpp | 19 +++----
.../aggregate_functions/aggregate_function_corr.h | 1 +
.../aggregate_function_count.cpp | 4 +-
.../aggregate_function_count_by_enum.cpp | 8 +--
.../aggregate_function_covar.cpp | 4 +-
.../aggregate_function_group_array_intersect.cpp | 2 +-
.../aggregate_function_min_max.cpp | 2 +-
be/src/vec/aggregate_functions/factory_helpers.h | 34 +++--------
.../trees/expressions/functions/agg/Corr.java | 16 +-----
.../expressions/functions/agg/CorrWelford.java | 4 +-
.../trees/expressions/functions/agg/Covar.java | 16 +-----
.../trees/expressions/functions/agg/CovarSamp.java | 16 +-----
.../aggregate/support_type/corr/corr.out} | Bin 166 -> 177 bytes
.../support_type/corr_welford/corr_welford.out} | Bin 145 -> 193 bytes
.../aggregate/support_type/count/count.out} | Bin 196 -> 197 bytes
.../support_type/count_by_enum/count_by_enum.out | Bin 0 -> 231771 bytes
.../aggregate/support_type/covar/covar.out} | Bin 132 -> 178 bytes
.../support_type/covar_samp/covar_samp.out} | Bin 141 -> 174 bytes
.../aggregate/support_type/corr/corr.groovy} | 35 +++++++-----
.../support_type/corr_welford/corr_welford.groovy} | 36 ++++++------
.../aggregate/support_type/count/count.groovy | 63 +++++++++++++++++++++
.../count_by_enum/count_by_enum.groovy | 50 ++++++++++++++++
.../aggregate/support_type/covar/covar.groovy} | 36 ++++++------
.../support_type/covar_samp/covar_samp.groovy} | 36 ++++++------
28 files changed, 228 insertions(+), 181 deletions(-)
copy regression-test/data/{ssb_sf0.1_p1/sql/nereids_q3.4.out =>
query_p0/aggregate/support_type/corr/corr.out} (66%)
copy
regression-test/data/{nereids_p0/outfile/quantile_state/test_outfile_quantile_state.out
=> query_p0/aggregate/support_type/corr_welford/corr_welford.out} (53%)
copy regression-test/data/{javaudf_p0/null/test.out =>
query_p0/aggregate/support_type/count/count.out} (52%)
create mode 100644
regression-test/data/query_p0/aggregate/support_type/count_by_enum/count_by_enum.out
copy regression-test/data/{delete_p0/test_array_column_delete.out =>
query_p0/aggregate/support_type/covar/covar.out} (59%)
copy regression-test/data/{inverted_index_p1/tpcds_sf1_index/sql/q13.out =>
query_p0/aggregate/support_type/covar_samp/covar_samp.out} (61%)
copy
regression-test/suites/{nereids_rules_p0/adjust_nullable/agg_state_type.groovy
=> query_p0/aggregate/support_type/corr/corr.groovy} (58%)
copy regression-test/suites/{correctness_p0/test_topn_with_cast_to_date.groovy
=> query_p0/aggregate/support_type/corr_welford/corr_welford.groovy} (57%)
create mode 100644
regression-test/suites/query_p0/aggregate/support_type/count/count.groovy
create mode 100644
regression-test/suites/query_p0/aggregate/support_type/count_by_enum/count_by_enum.groovy
copy regression-test/suites/{nereids_syntax_p0/test_show_keys.groovy =>
query_p0/aggregate/support_type/covar/covar.groovy} (63%)
copy regression-test/suites/{nereids_syntax_p0/test_show_keys.groovy =>
query_p0/aggregate/support_type/covar_samp/covar_samp.groovy} (62%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]