mbrobbel opened a new pull request, #4456: URL: https://github.com/apache/arrow-datafusion/pull/4456
# Rationale for this change The `datafusion-sql` crate only needs types from `arrow-schema` so this PR reflects that in the dependencies of that crate. The full `arrow` crate is still in the dependency tree via the other datafusion dependencies, but this might change later. # What changes are included in this PR? Make `datafusion-sql` depend on `arrow-schema` instead of `arrow`. # Are these changes tested? Covered by existing tests. # Are there any user-facing changes? No. -- 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]
