amoeba commented on code in PR #38267:
URL: https://github.com/apache/arrow/pull/38267#discussion_r1361163222
##########
cpp/src/arrow/filesystem/s3fs.cc:
##########
@@ -2986,9 +2994,7 @@ Status InitializeS3(const S3GlobalOptions& options) {
return Status::OK();
}
-Status EnsureS3Initialized() {
- return EnsureAwsInstanceInitialized({S3LogLevel::Fatal}).status();
-}
+Status EnsureS3Initialized() { return EnsureAwsInstanceInitialized().status();
}
Review Comment:
Sure, that looks like a nice simplification.
--
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]