pitrou commented on code in PR #12701:
URL: https://github.com/apache/arrow/pull/12701#discussion_r853202785


##########
cpp/src/arrow/dataset/file_base.h:
##########
@@ -387,6 +387,9 @@ struct ARROW_DS_EXPORT FileSystemDatasetWriteOptions {
   /// Controls what happens if an output directory already exists.
   ExistingDataBehavior existing_data_behavior = ExistingDataBehavior::kError;
 
+  /// Flag to restrict or allow creating directory for writing the dataset.

Review Comment:
   ```suggestion
     /// Whether to attempt creating the dataset directory.
     /// This can be set to false to work around limited permissions on some 
filesystems.
   ```



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