jonathanc-n commented on PR #18392:
URL: https://github.com/apache/datafusion/pull/18392#issuecomment-3470609862

   @2010YOUY01 I noticed after coding that the collect buffered batch can just 
be loaded after when it is needed for the `ProcessMatched` however this would 
involve refactoring the `num_partitions` to be stored in PiecewiseMergeJoinExec 
instead of Buffered side data since the classic join file needs it.
   
    I think I'm going to do this in a follow up instead to keep the current 
changes be only relevant for the existence join + to reduce noise.


-- 
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]

Reply via email to