This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 0c4e83f5fd3 [fix](Nereids): eliminate redundant join condition after 
inferring condition (#30093)
     add 110b55a2091 [Improvement](aggregate) optimize for small string 
aggregate (#29919)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp |   4 +-
 .../pipeline/exec/aggregation_source_operator.cpp  |   9 +-
 .../pipeline/exec/partition_sort_sink_operator.cpp |   4 +-
 be/src/vec/common/hash_table/hash_map.h            |   6 -
 be/src/vec/common/hash_table/hash_map_context.h    |  20 +-
 be/src/vec/common/hash_table/hash_table.h          |  28 ---
 .../vec/common/hash_table/partitioned_hash_table.h |  11 --
 be/src/vec/common/hash_table/ph_hash_map.h         |   8 -
 be/src/vec/common/hash_table/string_hash_map.h     |  66 +++----
 be/src/vec/common/hash_table/string_hash_table.h   | 219 +++++++++++----------
 be/src/vec/common/memcpy_small.h                   |  32 +++
 be/src/vec/exec/distinct_vaggregation_node.cpp     |   4 +-
 be/src/vec/exec/vaggregation_node.cpp              |  30 +--
 be/src/vec/exec/vpartition_sort_node.cpp           |   2 +-
 14 files changed, 202 insertions(+), 241 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to