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


##########
cpp/src/arrow/filesystem/test_util.h:
##########
@@ -168,6 +168,8 @@ class ARROW_TESTING_EXPORT GenericFileSystemTest {
   virtual bool allow_write_file_over_dir() const { return false; }
   // - Whether the filesystem allows reading a directory
   virtual bool allow_read_dir_as_file() const { return false; }
+  // - Whether the filesystem allows moving a file
+  virtual bool allow_move_file() const { return true; }

Review Comment:
   I've added support for running with `AzureFlatNSEnv` and 
`AzureHierarchicalNSEnv`.
   



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