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

   ## Which issue does this PR close?
   
   Closes https://github.com/apache/datafusion/issues/18671 
   
   ## Rationale for this change
   
   With the latest changes for #18671 we no longer require `datafusion` crate 
as a dependency. This will reduce build times for users. Also it guarantees we 
do not accidentally introduce code that will create a `SessionContext` or any 
other large binary inside our FFI implementations.
   
   ## What changes are included in this PR?
   
   - Remove `datafusion` crate from Cargo.toml
   - Update paths
   - Apply consistent formatting
   
   ## Are these changes tested?
   
   Existing unit tests.
   
   ## Are there any user-facing changes?
   
   No. This only updates paths.


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