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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to