nealrichardson commented on a change in pull request #9618: URL: https://github.com/apache/arrow/pull/9618#discussion_r585918333
########## File path: r/R/dataset-write.R ########## @@ -56,11 +56,12 @@ #' @export write_dataset <- function(dataset, path, - format = dataset$format, + format = c("parquet", "feather", "arrow", "ipc"), Review comment: xref to FileFormat is good (if it works, does it need the `()`? FileFormat is not callable) though I think it's important to (still) note that only parquet and feather are supported. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org