yiguolei commented on code in PR #45637:
URL: https://github.com/apache/doris/pull/45637#discussion_r1891282977
##########
be/src/pipeline/exec/partitioned_hash_join_sink_operator.cpp:
##########
@@ -86,6 +106,46 @@ Status
PartitionedHashJoinSinkLocalState::close(RuntimeState* state, Status exec
return Status::OK();
}
dec_running_big_mem_op_num(state);
+
+ if (_runtime_filters.empty() || _shared_state->need_to_spill) {
+ return PipelineXSpillSinkLocalState::close(state, exec_status);
Review Comment:
InMemoryHashJoinOperator
disable runtime filter()
sink(eos=true)
close()
PartitionedHashJoinOperator(){
first partition():disable runtime filter();
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]