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

   ## Which issue does this PR close?
   
   Part of https://github.com/apache/datafusion/issues/10287
   
   ## Rationale for this change
   
   I am trying to avoid copying as much in `EliminateCrossJoin` and I noticed a 
few
   things that can be simpler. While this avoids some copies I don't think it 
will really impact performance much.
   Instead this is a step towards a larger refactor to avoid the actual plan 
copies
   
   ## What changes are included in this PR?
   
   <!--
   There is no need to duplicate the description in the issue here but it is 
sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   ## Are these changes tested?
   1. Add some additional documentation
   2. Remove unnecessary `&mut` to make it clear what is being changed
   3. Update some apis to avoid needing an owned `DFSchemaRef` 
   
   ## Are there any user-facing changes?
   No
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


-- 
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: github-unsubscr...@datafusion.apache.org

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


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

Reply via email to