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

   ## Which issue does this PR close?
   
   This addresses part of https://github.com/apache/datafusion/issues/17713 but 
it does not close it.
   
   ## Rationale for this change
   
   In order to remove `core` from `proto` crate, we need `ArrowFormat` to be 
available. Similar to the other datasource types (csv, avro, json, parquet) 
this splits the Arrow IPC file format into its own crate.
   
   ## What changes are included in this PR?
   
   This is a straight refactor. Code is merely moved around.
   
   ## Are these changes tested?
   
   Existing unit tests.
   
   ## Are there any user-facing changes?
   
   Users that include `ArrowSource` may need to update their include paths. For 
most, the reexports will cover this need.
   


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