This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from c302179 [Feature][array-type]add proto for complex data type ARRAY (#8212) new 9196fbe [Bug] group_concat(value,null) not return null new fc74376 [Bug] Double/Float % 0 should be NULL (#8230) new 5f51185 [Bug][Vectorized] Fix bug of decimal cast to double loss precision (#8221) new a78bfec [improvement][vectorized] support es node predicate peel (#8174) new bc174fc [fix](routine-load) fix show routine load task error (#8195) new 699d065 [fix](olap) add check statement to protect get_dict_word_info() from crash (#8241) The 6 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/exec/es/es_predicate.cpp | 2 +- be/src/exec/es/es_predicate.h | 4 +- be/src/exec/es/es_query_builder.cpp | 121 ++++++++++----------- be/src/exec/es/es_query_builder.h | 1 + be/src/exec/es_http_scan_node.cpp | 24 +++- be/src/exec/es_http_scan_node.h | 10 +- be/src/exec/olap_scan_node.cpp | 58 ++-------- be/src/exec/olap_scan_node.h | 14 +-- be/src/exec/scan_node.cpp | 28 +++++ be/src/exec/scan_node.h | 9 +- be/src/exprs/aggregate_functions.cpp | 4 +- be/src/exprs/arithmetic_expr.cpp | 4 +- be/src/olap/rowset/segment_v2/binary_plain_page.h | 2 + be/src/vec/CMakeLists.txt | 1 + be/src/vec/data_types/data_type_decimal.h | 2 +- be/src/vec/exec/join/vhash_join_node.cpp | 67 +++++++----- be/src/vec/exec/join/vhash_join_node.h | 2 - be/src/vec/exec/ves_http_scanner.cpp | 8 +- be/src/vec/exec/ves_http_scanner.h | 24 ++-- be/src/vec/functions/function_convert_tz.h | 2 + .../function_date_or_datetime_computation.h | 2 + .../function_date_or_datetime_to_something.h | 2 + .../function_date_or_datetime_to_string.h | 2 + .../functions/function_datetime_string_to_string.h | 2 + .../{function_convert_tz.cpp => function_fake.cpp} | 6 +- ...{function_multi_same_args.h => function_fake.h} | 36 +++--- be/src/vec/functions/function_grouping.h | 10 +- be/src/vec/functions/function_hash.h | 1 + be/src/vec/functions/function_ifnull.h | 49 ++++----- be/src/vec/functions/function_multi_same_args.h | 4 +- be/src/vec/functions/function_rpc.h | 2 + be/src/vec/functions/function_string_to_string.h | 2 + be/src/vec/functions/simple_function_factory.h | 3 + be/src/vec/utils/util.hpp | 26 ++++- .../aggregate-functions/group_concat.md | 7 ++ .../aggregate-functions/group_concat.md | 7 ++ .../doris/load/routineload/RoutineLoadJob.java | 10 +- gensrc/script/doris_builtins_functions.py | 2 +- 38 files changed, 310 insertions(+), 250 deletions(-) copy be/src/vec/functions/{function_convert_tz.cpp => function_fake.cpp} (83%) copy be/src/vec/functions/{function_multi_same_args.h => function_fake.h} (72%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org