felipecrv commented on code in PR #39904:
URL: https://github.com/apache/arrow/pull/39904#discussion_r1476101362


##########
cpp/src/arrow/filesystem/azurefs_test.cc:
##########
@@ -481,6 +487,12 @@ class TestAzureFileSystem : public ::testing::Test {
     return container_client;
   }
 
+  DataLake::DataLakeFileSystemClient CreateFilesystem(const std::string& name) 
{
+    auto adlfs_client = datalake_service_client_->GetFileSystemClient(name);
+    (void)adlfs_client.CreateIfNotExists();

Review Comment:
   Fixed other occurrences as well.



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