thisisnic commented on a change in pull request #10646:
URL: https://github.com/apache/arrow/pull/10646#discussion_r668900533



##########
File path: r/R/metadata.R
##########
@@ -60,9 +61,23 @@ apply_arrow_r_metadata <- function(x, r_metadata) {
         }
       }
     } else if (is.list(x) && !inherits(x, "POSIXlt") && 
!is.null(columns_metadata)) {
-      x <- map2(x, columns_metadata, function(.x, .y) {
-        apply_arrow_r_metadata(.x, .y)
-      })
+      # If we have a list and "columns_metadata" this is apply row-level 
metadata

Review comment:
       nit: looks like a typo where you say "this is apply"?




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