jonkeane commented on a change in pull request #12185:
URL: https://github.com/apache/arrow/pull/12185#discussion_r794651894
##########
File path: r/R/dataset-write.R
##########
@@ -111,6 +121,10 @@ write_dataset <- function(dataset,
hive_style = TRUE,
existing_data_behavior = c("overwrite", "error",
"delete_matching"),
max_partitions = 1024L,
+ max_open_files = 900L,
Review comment:
Oh that's very nice! Would you mind copying/pasting that into the docs
here? IIRC, we can't (easily) link to the C++ docs since the URLs are something
like
https://arrow.apache.org/docs/cpp/api/dataset.html#_CPPv4N5arrow7dataset29FileSystemDatasetWriteOptions17basename_templateE
and change with each version.
--
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]