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

   # Which issue does this PR close?
   
   Part of https://github.com/apache/arrow-datafusion/issues/1754 (see 
https://github.com/apache/arrow-datafusion/issues/1754#issuecomment-1579410979)
   
   # Rationale for this change
   
   I am trying to extract `physical_plan` into its own crate to improve 
modularity and compile times
   
    `JoinType` and related structures to are used in physical_plan and I would 
like to avoid physical_plan depending on the logical plans
   
   
   
   # What changes are included in this PR?
   1. Move `JoinType` and `JoinCondition` to   `datafusion_common` 
   2. Update use paths
   
   
   # Are these changes tested?
   
   Existing tests
   
   # Are there any user-facing changes?
   No, I left a backwards compatible `pub use`


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