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


##########
cpp/src/arrow/filesystem/azurefs.cc:
##########
@@ -571,15 +581,14 @@ class ObjectInputFile final : public io::RandomAccessFile 
{
   std::shared_ptr<const KeyValueMetadata> metadata_;
 };
 
-Status CreateEmptyBlockBlob(std::shared_ptr<Blobs::BlockBlobClient> 
block_blob_client) {
+Status CreateEmptyBlockBlob(Blobs::BlockBlobClient& block_blob_client) {

Review Comment:
   I can make it const. Pushing a fix.



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