trifleneurotic commented on code in PR #44503:
URL: https://github.com/apache/arrow/pull/44503#discussion_r1813997939
##########
cpp/src/arrow/filesystem/gcsfs_test.cc:
##########
@@ -632,7 +630,7 @@ TEST_F(GcsIntegrationTest, GetFileInfoBucket) {
TEST_F(GcsIntegrationTest, GetFileInfoObjectWithNestedStructure) {
// Adds detailed tests to handle cases of different edge cases
// with directory naming conventions (e.g. with and without slashes).
- auto fs = GcsFileSystem::Make(TestGcsOptions());
+ ASSERT_OK_AND_ASSIGN(std::shared_ptr<GcsFileSystem> fs,
GcsFileSystem::Make(TestGcsOptions()));
Review Comment:
Made changes on all appropriate lines. Ref
e5b606e462cb362ef49092eb10797d166e2e60fd.
--
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]