This is an automated email from the ASF dual-hosted git repository. jacktengg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 2f517a94765 [Feature](Point Query) fully support in nereids (#35823) add 48ab4b4a666 [fix](spill) fix bug: spill disk data usage is not decreased in abnormal situation (#36194) No new revisions were added by this update. Summary of changes: .../exec/partitioned_aggregation_sink_operator.cpp | 16 ++++ .../partitioned_aggregation_source_operator.cpp | 28 +++++-- .../exec/partitioned_hash_join_probe_operator.cpp | 61 ++++++++++++++- .../exec/partitioned_hash_join_sink_operator.cpp | 83 +++++++++++++------- be/src/pipeline/exec/spill_sort_sink_operator.cpp | 21 ++++- .../pipeline/exec/spill_sort_source_operator.cpp | 32 +++++--- be/src/vec/spill/spill_stream.cpp | 45 ++++++++--- be/src/vec/spill/spill_stream.h | 4 +- be/src/vec/spill/spill_stream_manager.cpp | 91 +++++++++++++++------- be/src/vec/spill/spill_stream_manager.h | 15 ++++ .../java/org/apache/doris/qe/SessionVariable.java | 2 +- 11 files changed, 311 insertions(+), 87 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org