kou commented on code in PR #49301:
URL: https://github.com/apache/arrow/pull/49301#discussion_r2814510185


##########
cpp/src/arrow/filesystem/azurefs.cc:
##########
@@ -386,9 +387,13 @@ Result<std::unique_ptr<Blobs::BlobServiceClient>> 
AzureOptions::MakeBlobServiceC
     return Status::Invalid("AzureOptions::blob_storage_scheme must be http or 
https: ",
                            blob_storage_scheme);
   }
+  Blobs::BlobClientOptions client_options;
+  client_options.Telemetry.ApplicationId =
+      "azpartner-arrow/" + GetBuildInfo().version_string;

Review Comment:
   Could you create an internal function that returns this string and share it 
in 2 locations?



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