trifleneurotic commented on code in PR #44503:
URL: https://github.com/apache/arrow/pull/44503#discussion_r1812482044


##########
cpp/src/arrow/filesystem/gcsfs_test.cc:
##########
@@ -622,7 +618,7 @@ TEST(GcsFileSystem, ObjectMetadataRoundtrip) {
 }
 
 TEST_F(GcsIntegrationTest, GetFileInfoBucket) {
-  auto fs = GcsFileSystem::Make(TestGcsOptions());
+  ASSERT_OK_AND_ASSIGN(std::shared_ptr<GcsFileSystem> fs, 
GcsFileSystem::Make(TestGcsOptions()));

Review Comment:
   Complete! Ref 4d6687ad52ac1734fab38e092ebc149fe87b09ce.



-- 
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]

Reply via email to