thisisnic commented on code in PR #35055:
URL: https://github.com/apache/arrow/pull/35055#discussion_r1200237850
##########
r/R/dataset-format.R:
##########
@@ -532,6 +565,22 @@ ParquetFragmentScanOptions$create <-
function(use_buffered_stream = FALSE,
dataset___ParquetFragmentScanOptions__Make(use_buffered_stream, buffer_size,
pre_buffer)
}
+#' @usage NULL
+#' @format NULL
+#' @rdname FragmentScanOptions
+#' @export
+JsonFragmentScanOptions <- R6Class("JsonFragmentScanOptions", inherit =
FragmentScanOptions)
Review Comment:
I've only created bindings for this here, as it mirrors the CSV
implementation, but given that https://github.com/apache/arrow/issues/34940
implies that the scanner is deprecated, should I remove this? @nealrichardson
--
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]