av8or1 commented on code in PR #39840:
URL: https://github.com/apache/arrow/pull/39840#discussion_r1473137002


##########
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); }
+
+  std::string RandomFileNameExtension(RNG &rng) { return RandomChars(3, rng); }

Review Comment:
   No, it generates the filename only, sans extension.  I suppose that it could 
be modified to generate XXXXXXX.ZZZ however, if that would be preferred.  See 
commentary above.  I could just place everything inline and delete these 
functions if that is the route that is recommended.



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