pachamaltese commented on a change in pull request #9743:
URL: https://github.com/apache/arrow/pull/9743#discussion_r596910856
##########
File path: r/R/feather.R
##########
@@ -191,16 +199,16 @@ read_feather <- function(file, col_select = NULL,
as_data_frame = TRUE, ...) {
#' @export
#' @include arrow-package.R
FeatherReader <- R6Class("FeatherReader", inherit = ArrowObject,
- public = list(
- Read = function(columns) {
- ipc___feather___Reader__Read(self, columns)
- }
- ),
- active = list(
- # versions are officially 2 for V1 and 3 for V2 :shrug:
- version = function() ipc___feather___Reader__version(self) - 1L,
- column_names = function() ipc___feather___Reader__column_names(self)
- )
+ public = list(
Review comment:
**arreglar las tabulaciones !!!!!!**
----------------------------------------------------------------
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]