pepijnve opened a new issue, #23412: URL: https://github.com/apache/datafusion/issues/23412
### Is your feature request related to a problem or challenge? The `datafusion-cli` crate currently pulls in S3, GCS and generic HTTP support unconditionally. This functionality pulls in a number of other crates whose transitive closure of dependencies is quite large. When tracking dependency vulnerabilities for all of these, this can lead to quite a lot of false positives when the cloud functionality is not actually used. Additionally, this increases binary size with effectively dead code. ### Describe the solution you'd like Add features (enabled by default for backward compatibility) that can be used to omit the cloud functionality and associated dependencies. ### Describe alternatives you've considered - Build your own CLI from scratch to have precise control over dependencies. - Modularise the CLI into smaller library parts to make building your own easier. ### Additional context _No response_ -- 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]
