turbo1912 commented on code in PR #3540:
URL: https://github.com/apache/arrow-datafusion/pull/3540#discussion_r975693339
##########
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:
oh haha didn't realize this existed. Thanks!
--
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]