OliLay commented on code in PR #41564:
URL: https://github.com/apache/arrow/pull/41564#discussion_r1599986390
##########
cpp/src/arrow/filesystem/s3fs_test.cc:
##########
@@ -521,9 +521,6 @@ class TestS3FS : public S3TestMixin {
void TestOpenOutputStream() {
std::shared_ptr<io::OutputStream> stream;
- // Nonexistent
- ASSERT_RAISES(IOError,
fs_->OpenOutputStream("nonexistent-bucket/somefile"));
Review Comment:
See the PR description ("User facing changes") and the discussion below.
With this optimization we may throw later if the bucket does not exist because
the `Open` of the output stream does not trigger an S3 request any more.
--
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]