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 0d3a2a93548 [fix](pipeline)group by and output is empty (#33192)
add 16313a76aae [improvement](spill) improve cancel of spill and improve
log printing (#33229)
No new revisions were added by this update.
Summary of changes:
.../exec/partitioned_aggregation_sink_operator.cpp | 41 +++---
.../exec/partitioned_aggregation_sink_operator.h | 9 +-
.../partitioned_aggregation_source_operator.cpp | 36 ++++--
.../exec/partitioned_hash_join_probe_operator.cpp | 4 +-
.../exec/partitioned_hash_join_sink_operator.cpp | 2 +-
be/src/pipeline/exec/spill_sort_sink_operator.cpp | 144 +++++++++++----------
.../pipeline/exec/spill_sort_source_operator.cpp | 54 +++++---
be/src/pipeline/pipeline_x/dependency.cpp | 18 ++-
be/src/pipeline/pipeline_x/dependency.h | 4 +-
be/src/pipeline/pipeline_x/pipeline_x_task.cpp | 13 +-
be/src/service/internal_service.cpp | 12 +-
be/src/vec/spill/spill_stream.cpp | 14 +-
be/src/vec/spill/spill_stream.h | 4 +-
be/src/vec/spill/spill_stream_manager.cpp | 2 -
be/src/vec/spill/spill_writer.cpp | 11 +-
be/src/vec/spill/spill_writer.h | 5 +-
.../java/org/apache/doris/qe/SessionVariable.java | 2 +-
17 files changed, 223 insertions(+), 152 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]