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/04/20 10:59:16 UTC

[doris] branch master updated (668c681fbc -> c4e469c82c)

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 668c681fbc [Fix](Nereids) Check bound status in analyze straight  after bounding (#18581)
     add c4e469c82c [feature](agg) Support spill to disk in aggregation (#18051)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/block_spill_manager.cpp             |   2 +-
 be/src/runtime/runtime_state.h                     |   6 +
 .../aggregate_function_java_udaf.h                 |   1 +
 be/src/vec/common/hash_table/fixed_hash_table.h    |   2 +-
 be/src/vec/common/hash_table/string_hash_table.h   |  11 +
 be/src/vec/core/block_spill_reader.cpp             |  41 +-
 be/src/vec/core/block_spill_reader.h               |   6 +
 be/src/vec/core/block_spill_writer.cpp             |  43 +-
 be/src/vec/core/block_spill_writer.h               |   1 +
 be/src/vec/core/sort_cursor.h                      |   7 +-
 be/src/vec/exec/vaggregation_node.cpp              | 410 +++++++++++++++++--
 be/src/vec/exec/vaggregation_node.h                | 446 ++++++++-------------
 .../java/org/apache/doris/qe/SessionVariable.java  |  43 ++
 gensrc/thrift/PaloInternalService.thrift           |   5 +
 14 files changed, 684 insertions(+), 340 deletions(-)


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