jonkeane commented on a change in pull request #9893:
URL: https://github.com/apache/arrow/pull/9893#discussion_r607400618



##########
File path: r/R/feather.R
##########
@@ -147,14 +147,17 @@ read_feather <- function(file, col_select = NULL, 
as_data_frame = TRUE, ...) {
     file <- make_readable_file(file)
     on.exit(file$close())
   }
-  reader <- FeatherReader$create(file, ...)
+  reader <- FeatherReader$create(file)

Review comment:
       No, you don't need to re-add it since we took all of those out, but if 
this is the only place the `...` is used in this function, we should adjust its 
signature + docs too.




-- 
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:
[email protected]


Reply via email to