This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 49b2818b16 Pick "[feature](partial update) support MOW partial update for insert statement #21597" (#24492) new 5879a63a91 [fix](compaction) compaction should catch exception when read next block (#24484) new 9f1e13b25c [enhancement](fix)change ordinary type null value is \N,complex type null value is null (#24207) new 336d181e5c Revert "[fix](agg) need to call 'set_version' in nested functions (#24381)" new 66e2877883 Revert "[fix](agg) windown_funnel compatibility issue with multi backends (#24385)" The 4 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/common/config.cpp | 3 + be/src/common/config.h | 3 + .../aggregate_functions/aggregate_function_null.h | 5 - .../aggregate_function_state_merge.h | 5 - .../aggregate_function_state_union.h | 5 - .../aggregate_function_window_funnel.h | 26 +- .../vec/data_types/serde/data_type_array_serde.cpp | 11 +- .../vec/data_types/serde/data_type_array_serde.h | 7 +- .../data_types/serde/data_type_bitmap_serde.cpp | 11 +- .../vec/data_types/serde/data_type_bitmap_serde.h | 7 +- .../data_types/serde/data_type_date64_serde.cpp | 24 +- .../vec/data_types/serde/data_type_date64_serde.h | 14 +- .../serde/data_type_datetimev2_serde.cpp | 13 +- .../data_types/serde/data_type_datetimev2_serde.h | 7 +- .../data_types/serde/data_type_datev2_serde.cpp | 13 +- .../vec/data_types/serde/data_type_datev2_serde.h | 7 +- .../data_types/serde/data_type_decimal_serde.cpp | 13 +- .../vec/data_types/serde/data_type_decimal_serde.h | 7 +- .../serde/data_type_fixedlengthobject_serde.h | 7 +- .../vec/data_types/serde/data_type_hll_serde.cpp | 8 +- be/src/vec/data_types/serde/data_type_hll_serde.h | 7 +- .../vec/data_types/serde/data_type_jsonb_serde.cpp | 8 +- .../vec/data_types/serde/data_type_jsonb_serde.h | 7 +- .../vec/data_types/serde/data_type_map_serde.cpp | 23 +- be/src/vec/data_types/serde/data_type_map_serde.h | 7 +- .../data_types/serde/data_type_nullable_serde.cpp | 57 +- .../data_types/serde/data_type_nullable_serde.h | 7 +- .../data_types/serde/data_type_number_serde.cpp | 13 +- .../vec/data_types/serde/data_type_number_serde.h | 7 +- .../vec/data_types/serde/data_type_object_serde.h | 7 +- .../serde/data_type_quantilestate_serde.h | 7 +- be/src/vec/data_types/serde/data_type_serde.h | 25 +- .../data_types/serde/data_type_string_serde.cpp | 26 +- .../vec/data_types/serde/data_type_string_serde.h | 7 +- .../data_types/serde/data_type_struct_serde.cpp | 15 +- .../vec/data_types/serde/data_type_struct_serde.h | 7 +- be/src/vec/olap/vcollect_iterator.cpp | 11 +- be/src/vec/olap/vertical_merge_iterator.cpp | 52 +- be/src/vec/olap/vertical_merge_iterator.h | 4 +- .../data_types/serde/data_type_serde_text_test.cpp | 168 +++--- .../data/json_p0/test_json_load_and_function.out | 430 +++++++-------- .../test_json_load_unique_key_and_function.out | 366 ++++++------- .../data/jsonb_p0/test_jsonb_load_and_function.out | 578 ++++++++++----------- .../test_jsonb_load_unique_key_and_function.out | 504 +++++++++--------- .../stream_load/test_map_load_and_function.out | 200 +++---- .../data/nereids_function_p0/agg_function/agg.out | 356 ++++++------- .../data/nereids_function_p0/scalar_function/A.out | 4 +- .../nereids_function_p0/scalar_function/Array.out | 10 +- .../data/nereids_function_p0/scalar_function/B.out | 4 +- .../data/nereids_function_p0/scalar_function/C.out | 101 +++- .../data/nereids_function_p0/scalar_function/D.out | 4 +- .../data/nereids_function_p0/scalar_function/E.out | 6 +- .../data/nereids_function_p0/scalar_function/F.out | 8 +- .../data/nereids_function_p0/scalar_function/G.out | 4 +- .../data/nereids_function_p0/scalar_function/H.out | 4 +- .../data/nereids_function_p0/scalar_function/I.out | 6 +- .../data/nereids_function_p0/scalar_function/L.out | 20 +- .../data/nereids_function_p0/scalar_function/M.out | 28 +- .../data/nereids_function_p0/scalar_function/N.out | 12 +- .../data/nereids_function_p0/scalar_function/P.out | 2 +- .../data/nereids_function_p0/scalar_function/R.out | 24 +- .../data/nereids_function_p0/scalar_function/S.out | 20 +- .../data/nereids_function_p0/scalar_function/T.out | 6 +- .../data/nereids_function_p0/scalar_function/U.out | 12 +- .../window_function/window_fn.out | 248 ++++----- .../nereids_p0/insert_into_table/aggregate.out | 14 +- .../nereids_p0/insert_into_table/duplicate.out | 26 +- .../nereids_p0/insert_into_table/no_partition.out | 48 +- .../data/nereids_p0/insert_into_table/unique.out | 28 +- .../data/query_p0/aggregate/window_funnel.out | 3 - .../nereids_p0/aggregate/window_funnel.groovy | 35 +- .../suites/query_p0/aggregate/window_funnel.groovy | 100 +--- 72 files changed, 1984 insertions(+), 1888 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org