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


##########
cpp/src/arrow/filesystem/s3fs.h:
##########
@@ -177,6 +177,12 @@ struct ARROW_EXPORT S3Options {
   /// to be true to address these scenarios.
   bool check_directory_existence_before_creation = false;
 
+  /// Whether to create missing directories when deleting files
+  ///
+  /// Creates 0-byte files to maintain file system semantics during deletion 
of files and
+  /// directories.
+  bool create_missing_dirs_on_delete = true;

Review Comment:
   A more descriptive name suggestion: `recreate_empty_dir_markers_on_delete`.



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