saadtajwar commented on issue #24584:
URL: https://github.com/apache/datafusion/issues/24584#issuecomment-5383064384

   cc @2010YOUY01 !
   
   I'm going to start on this now with the below breakdown of two PRs! If along 
the way it looks like this might be two big for two PRs/there's a better way to 
split across PRs I will let you know! Thanks!
   
   > PR1: Keep existing implementation, and implement a new stream for 
semi/anti/mark joins directly with the generator pattern
   
   if !standard_join:
       SemiAntiStream
   else:
       NestedLoopStream
   PR2: Implement the standard join similarly, and delete the legacy 
implementation
   
   


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