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

   # Which issue does this PR close?
   
   This is part of https://github.com/apache/arrow-datafusion/issues/1754
   
   # Rationale for this change
   
   While trying to extract `physical_plan` out of the core datafusion crate, 
the implementation of the various formats need to instantiate `ExecutionPlan`s 
(e.g. `ParquetExec`) -- so therefore I conclude I need to remove the dependency 
out of physical_plan
   
   # What changes are included in this PR?
   
   1. Move `physical_plan::file_format` to `datasource::plan`
   
   # Are these changes tested?
   Existing tests
   
   <!--
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   3. Serve as another way to document the expected behavior of the code
   
   If tests are not included in your PR, please explain why (for example, are 
they covered by existing tests)?
   -->
   
   # Are there any user-facing changes?
   
   Yes, this does change the import path for anyone who uses structures like 
`ParquetExec`, etc 
   
   I would be open to other suggestions too


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