timvw commented on code in PR #3540:
URL: https://github.com/apache/arrow-datafusion/pull/3540#discussion_r978322035
##########
datafusion-cli/src/main.rs:
##########
@@ -132,6 +179,48 @@ pub async fn main() -> Result<()> {
Ok(())
}
+fn build_s3_object_store_from_env(bucket_name: &str) -> Result<AmazonS3> {
Review Comment:
It only exists as of object_store v0.5.0 (cookbook still targets v0.4.0).
Should update the recipes to the latest version and leverage their features..
--
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]