This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch spill_repartition
in repository https://gitbox.apache.org/repos/asf/doris.git
from 05670c557c4 fix probe revokeable memory size bug
new c0380ad4594 change spill file to shared ptr
new a3fd36e7ed4 fix agg profile bug
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/pipeline/exec/multi_cast_data_streamer.cpp | 2 +-
be/src/pipeline/exec/multi_cast_data_streamer.h | 2 +-
.../exec/partitioned_aggregation_sink_operator.cpp | 11 ++++++-
.../exec/partitioned_aggregation_sink_operator.h | 2 +-
.../partitioned_aggregation_source_operator.cpp | 5 ++++
.../exec/partitioned_aggregation_source_operator.h | 2 +-
.../exec/partitioned_hash_join_probe_operator.cpp | 20 +++++++++++--
.../exec/partitioned_hash_join_probe_operator.h | 6 ++--
.../exec/partitioned_hash_join_sink_operator.cpp | 9 ++++++
.../exec/partitioned_hash_join_sink_operator.h | 2 +-
be/src/pipeline/exec/spill_sort_sink_operator.cpp | 5 ++++
be/src/pipeline/exec/spill_sort_sink_operator.h | 2 +-
.../pipeline/exec/spill_sort_source_operator.cpp | 13 +++++++-
be/src/pipeline/exec/spill_sort_source_operator.h | 2 +-
be/src/vec/spill/spill_file.cpp | 9 +++---
be/src/vec/spill/spill_file.h | 12 ++++----
be/src/vec/spill/spill_file_reader.h | 2 +-
be/src/vec/spill/spill_file_writer.cpp | 35 +++++++++++++++-------
be/src/vec/spill/spill_file_writer.h | 10 +++----
be/src/vec/spill/spill_repartitioner.cpp | 2 +-
be/src/vec/spill/spill_repartitioner.h | 6 ++--
21 files changed, 114 insertions(+), 45 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]