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 58e474f8ef1 [revert](jni) revert part of #32455 (#32904)
     add 94d745b5652 [fix](spill) Avoid releasing resources while spill tasks 
are executing (#32783)

No new revisions were added by this update.

Summary of changes:
 .../exec/partitioned_aggregation_sink_operator.cpp |  11 +-
 .../exec/partitioned_aggregation_sink_operator.h   |   5 +
 .../partitioned_aggregation_source_operator.cpp    |  11 +-
 .../exec/partitioned_aggregation_source_operator.h |   5 +
 .../exec/partitioned_hash_join_probe_operator.cpp  | 128 +++++++++++++--------
 .../exec/partitioned_hash_join_probe_operator.h    |   5 +
 .../exec/partitioned_hash_join_sink_operator.cpp   |   9 +-
 .../exec/partitioned_hash_join_sink_operator.h     |   5 +
 be/src/pipeline/exec/spill_sort_sink_operator.cpp  |  11 +-
 be/src/pipeline/exec/spill_sort_sink_operator.h    |   5 +
 .../pipeline/exec/spill_sort_source_operator.cpp   |  10 +-
 be/src/pipeline/exec/spill_sort_source_operator.h  |   5 +
 be/src/pipeline/pipeline_x/dependency.h            |  33 +++++-
 be/src/pipeline/pipeline_x/operator.cpp            |   2 +-
 14 files changed, 185 insertions(+), 60 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to