pitrou commented on code in PR #47599: URL: https://github.com/apache/arrow/pull/47599#discussion_r2435204595
########## r/R/dataset-write.R: ########## @@ -67,6 +67,9 @@ #' group and when this number of rows is exceeded, it is split and the next set #' of rows is written to the next group. This value must be set such that it is #' greater than `min_rows_per_group`. Default is 1024 * 1024. +#' @param create_directory activates directory creation before writing. Needs ListBucket +#' and HeadBucket ACL to perform checks before directory creation. If set to FALSE, no ACL checks +#' will be carried on relying on the native storage checks. Default is TRUE Review Comment: ```suggestion #' @param create_directory whether to create the directories written into. #' Requires appropriate permissions on the storage backend. If set to FALSE, #' directories are assumed to be already present if writing on a classic #' hierarchical filesystem. Default is TRUE ``` -- 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]
