You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/01/30 08:43:41 UTC

[doris] branch master updated (6bebf92254 -> a9671b6dfd)

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 6bebf92254 [fix][FE] fix be coredump when children of FunctionCallExpr is folded (#16064)
     add a9671b6dfd [feature](agg)support two level-hash map in aggregation node (#15967)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/runtime_state.h                     |   7 +
 be/src/vec/common/columns_hashing.h                |   1 +
 be/src/vec/common/columns_hashing_impl.h           |   3 +-
 be/src/vec/common/hash_table/hash_table_utils.h    |   4 +-
 .../vec/common/hash_table/partitioned_hash_map.h   |  39 +++
 .../vec/common/hash_table/partitioned_hash_table.h |  84 ++++-
 be/src/vec/common/hash_table/ph_hash_map.h         | 135 +++++---
 be/src/vec/common/hash_table/string_hash_map.h     |   4 +-
 be/src/vec/common/hash_table/string_hash_table.h   |   3 +-
 be/src/vec/exec/vaggregation_node.cpp              |  40 ++-
 be/src/vec/exec/vaggregation_node.h                | 343 +++++++++++++++++----
 .../java/org/apache/doris/qe/SessionVariable.java  |   7 +
 gensrc/thrift/PaloInternalService.thrift           |   2 +
 13 files changed, 526 insertions(+), 146 deletions(-)


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