thisisnic commented on code in PR #35055:
URL: https://github.com/apache/arrow/pull/35055#discussion_r1200319916


##########
r/R/dataset-format.R:
##########
@@ -113,6 +115,35 @@ ParquetFileFormat$create <- function(...,
 #' @export
 IpcFileFormat <- R6Class("IpcFileFormat", inherit = FileFormat)
 
+#' JSON dataset file format
+#'
+#' @description
+#' A `JsonFileFormat` is a [FileFormat] subclass which holds information about 
how to
+#' read and parse the files included in a JSON `Dataset`.
+#'
+#' @section Factory:
+#' `JsonFileFormat$create()` can take options in the form of lists passed 
through as `parse_options`,
+#'  or `read_options` parameters.

Review Comment:
   Good point, have added a bit more in the docs about these params now.



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