timsaucer opened a new pull request, #18681: URL: https://github.com/apache/datafusion/pull/18681
## Which issue does this PR close? - Addresses part of https://github.com/apache/datafusion/issues/18671 but does not close it. Note: This is based on top of https://github.com/apache/datafusion/pull/18680. I will rebase after that one merges to remove the parts of the code that are not relevant to this PR. ## Rationale for this change We no longer need to depend on the core `datafusion` crate. By removing this dependency we reduce build times, but more importantly reduce the libraries generated when implementing FFI table providers. ## What changes are included in this PR? - Remove `datafusion` from Cargo and update `use` paths. - Apply formatting ## Are these changes tested? There are no functional changes in this PR. ## Are there any user-facing changes? None -- 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]
