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 30f2f67ca1 [fix](Hive bitmap udf) NPE error when mapreduce task only has map task (#19140) add f23c93b3c6 [fix](memory) Fix AggFunc memory leak due to incorrect destroy (#19126) No new revisions were added by this update. Summary of changes: be/src/olap/memtable.cpp | 18 ++++++++--- be/src/olap/schema_change.cpp | 37 ++++++++++++++-------- be/src/util/defer_op.h | 5 +++ .../vec/aggregate_functions/aggregate_function.h | 31 ++++++++++++++---- .../aggregate_function_distinct.h | 2 +- .../aggregate_function_java_udaf.h | 7 +++- .../aggregate_functions/aggregate_function_rpc.h | 3 +- .../aggregate_functions/aggregate_function_sort.h | 2 +- .../aggregate_function_window.h | 16 +++++----- be/src/vec/exec/vaggregation_node.cpp | 9 +++++- be/src/vec/exec/vaggregation_node.h | 20 +++++++----- be/src/vec/exec/vanalytic_eval_node.cpp | 12 +++++-- be/src/vec/exec/vanalytic_eval_node.h | 1 + be/src/vec/olap/block_reader.cpp | 8 +++-- be/src/vec/olap/vertical_block_reader.cpp | 8 +++-- 15 files changed, 126 insertions(+), 53 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org