saadtajwar opened a new pull request, #24291:
URL: https://github.com/apache/datafusion/pull/24291

   ## Which issue does this PR close?
   
   - Part of #23974
   
   ## Rationale for this change
   
   The code for `CrossJoinStream` had an opportunity to be simplified by 
removing much of the state related to the polling implementation 
   
   ## What changes are included in this PR?
   
   Removed the polling mechanisms in `CrossJoinStream` and the state associated 
with it, and instead simplified to a simple pattern of fetching the build side 
-> while there are batches available on the right, fetch them and perform the 
join
   
   ## Are these changes tested?
   
   Yes
   
   ## Are there any user-facing changes?
   
   No, these are internal to the physical execution of the join


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