pepijnve opened a new pull request, #23413: URL: https://github.com/apache/datafusion/pull/23413
## Which issue does this PR close? - Closes #23412. ## Rationale for this change By adding opt-out features for s3, gcs and http, users of the datafusion-cli crate can choose to omit these dependencies. This reduces the dependency graph and final binary size. ## What changes are included in this PR? - Add features `http`, `gcs`, and `s3` to `datafusion-cli`s cargo file - Add conditional compilation directives in the `datafusion-cli` code where necessary ## Are these changes tested? - Manually compiled various combinations of enabled features - There are some clippy warnings related to unused imports and variables which proved hard to silence so I left this in place; not an issue for the default configuration ## Are there any user-facing changes? No, the new features are part of the default feature set so this should have little effect for existing users. -- 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]
