This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch spill_repartition
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/spill_repartition by this push:
new 5595d908d3d fix compile bug
5595d908d3d is described below
commit 5595d908d3d23e4e3ee519653865c28f2a9adfea
Author: yiguolei <[email protected]>
AuthorDate: Tue Mar 3 22:31:25 2026 +0800
fix compile bug
---
be/src/pipeline/exec/multi_cast_data_streamer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/pipeline/exec/multi_cast_data_streamer.h
b/be/src/pipeline/exec/multi_cast_data_streamer.h
index 95e838be064..5e8526c8dda 100644
--- a/be/src/pipeline/exec/multi_cast_data_streamer.h
+++ b/be/src/pipeline/exec/multi_cast_data_streamer.h
@@ -101,7 +101,7 @@ private:
Status _start_spill_task(RuntimeState* state, vectorized::SpillFileSPtr
spill_file);
- Status _trigger_spill_if_need(RuntimeState* state);
+ Status _trigger_spill_if_need(RuntimeState* state, bool* triggered);
RuntimeProfile* _profile = nullptr;
std::list<MultiCastBlock> _multi_cast_blocks;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]