av8or1 commented on code in PR #39840:
URL: https://github.com/apache/arrow/pull/39840#discussion_r1473148924
##########
cpp/src/arrow/filesystem/azurefs_test.cc:
##########
@@ -376,6 +376,10 @@ culpa qui officia deserunt mollit anim id est laborum.
return s;
}
+ std::string RandomFileName(RNG &rng) { return RandomChars(10, rng); }
Review Comment:
I can, yes. Note that my use case will be to access ADLS, which is why I
referred to this as a file. Also because the method is named DeleteFile(), not
DeleteBlob(). That said, I get the sense that it would be preferred to move
these inline and delete these two functions. So I'll go with that for my next
update.
--
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]