DoumanAsh opened a new issue, #19191: URL: https://github.com/apache/datafusion/issues/19191
### Is your feature request related to a problem or challenge? Right now, it is not possible to propagated aws/gcp related features to object_store directly from datafusion main crate ### Describe the solution you'd like Add `aws` and `gcp` features to do so. Would require it to be added on `datafusion-common` and `datafusion` crates ### Describe alternatives you've considered Alternatively user will have to check `object_store` version and add this dependency manually with required features, which is possible, but would require user to always keep `object_store` version in sync with `datafusion` which is not convenient as it is not stable dependency ### Additional context Let me know if it is acceptable and I'll create PR -- 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]
