From 03fd985bceabbe94cde804a989efe1a5002312ca Mon Sep 17 00:00:00 2001 From: zhangstar333 Date: Mon, 17 Mar 2025 16:50:35 +0800 Subject: [PATCH] [Bug](partition) should not do reset for the partition_sorts --- be/src/pipeline/exec/partition_sort_source_operator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/pipeline/exec/partition_sort_source_operator.cpp b/be/src/pipeline/exec/partition_sort_source_operator.cpp index 6d355477ab871c..bb7cd3f90b7685 100644 --- a/be/src/pipeline/exec/partition_sort_source_operator.cpp +++ b/be/src/pipeline/exec/partition_sort_source_operator.cpp @@ -97,7 +97,6 @@ Status PartitionSortSourceOperatorX::get_sorted_block(RuntimeState* state, } if (current_eos) { // current sort have eos, so get next idx - local_state._shared_state->partition_sorts[local_state._sort_idx].reset(nullptr); local_state._sort_idx++; }