alamb opened a new pull request, #3942:
URL: https://github.com/apache/arrow-datafusion/pull/3942

   # Which issue does this PR close?
   
   Re https://github.com/apache/arrow-datafusion/issues/3941
   
   
   
   
   
    # Rationale for this change
   I want to quickly find where all the join code is (so it is clearer what 
code needs to be changed) and keep the datafusion codebase cleaner
   
   # What changes are included in this PR?
   1. Consolidate physical join code into 
`datafusion/core/src/physical_plan/joins` following the model of aggregate code:
   
https://github.com/apache/arrow-datafusion/tree/6e0097d35391fea0d57c1d2ecfdef18437f681f4/datafusion/core/src/physical_plan/aggregates
 and sorts 
https://github.com/apache/arrow-datafusion/tree/6e0097d35391fea0d57c1d2ecfdef18437f681f4/datafusion/core/src/physical_plan/sorts
   
   
   
   
   # Are there any user-facing changes?
   No functional change intended, this is just a "make the code easier to work 
with" proposal
   


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

Reply via email to