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


##########
cpp/src/arrow/filesystem/azurefs.cc:
##########
@@ -47,6 +49,11 @@ class AzureFileSystem::Impl {
       : io_context_(io_context), options_(std::move(options)) {}
 
   Status Init() {
+    // TODO: Delete this once we have a proper implementation. This is just 
here to 
+    // ensure the build is working correctly with the Azure SDK.
+    auto defaultCredential = 
std::make_shared<Azure::Identity::DefaultAzureCredential>();
+    auto serviceClient = Azure::Storage::Blobs::BlobServiceClient(
+      "http://fake-blob-storage-endpoit";, defaultCredential);

Review Comment:
   Adding a review comment here to highlight this TODO item.



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