This is an automated email from the ASF dual-hosted git repository. mrhhsg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from dd1895ff81b [opt](nereids)project sub expression in other condition for nested loop join (#32697) add 4420027aef1 [improvement](spill) improve config of spill thread pool (#33992) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 13 +- be/src/common/config.h | 4 +- .../exec/partitioned_aggregation_sink_operator.cpp | 2 +- .../exec/partitioned_aggregation_sink_operator.h | 46 +++---- .../partitioned_aggregation_source_operator.cpp | 2 +- .../exec/partitioned_hash_join_probe_operator.cpp | 12 +- .../exec/partitioned_hash_join_sink_operator.cpp | 6 +- be/src/pipeline/exec/spill_sort_sink_operator.cpp | 140 ++++++++++----------- .../pipeline/exec/spill_sort_source_operator.cpp | 3 +- be/src/pipeline/pipeline_x/dependency.cpp | 1 - be/src/pipeline/pipeline_x/dependency.h | 6 +- be/src/vec/spill/spill_stream.cpp | 64 ++-------- be/src/vec/spill/spill_stream.h | 10 +- be/src/vec/spill/spill_stream_manager.cpp | 25 +--- be/src/vec/spill/spill_stream_manager.h | 10 +- 15 files changed, 121 insertions(+), 223 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org