thisisnic commented on code in PR #14705:
URL: https://github.com/apache/arrow/pull/14705#discussion_r1045709296
##########
r/R/csv.R:
##########
@@ -478,7 +478,7 @@ CsvWriteOptions$create <- function(include_header = TRUE,
batch_size = 1024L) {
)
}
-readr_to_csv_read_options <- function(skip, col_names, col_types) {
+readr_to_csv_read_options <- function(skip = 0, col_names = TRUE, col_types =
NULL) {
Review Comment:
OK, I see we use it later when we're listing which ones we do and do not
support. Maybe this bit of the code needs refactoring in other ways, as it
feels a bit brittle to depend on this here?
--
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]