yiguolei commented on code in PR #32202:
URL: https://github.com/apache/doris/pull/32202#discussion_r1524337865
##########
be/src/pipeline/pipeline_x/dependency.h:
##########
@@ -578,6 +578,7 @@ struct HashJoinSharedState : public JoinSharedState {
struct PartitionedHashJoinSharedState : public HashJoinSharedState {
std::vector<std::unique_ptr<vectorized::MutableBlock>>
partitioned_build_blocks;
std::vector<vectorized::SpillStreamSPtr> spilled_streams;
+ bool need_to_spill {false};
Review Comment:
= false we should unify the init operator
--
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]