You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/31 15:29:20 UTC

[GitHub] [arrow] jonkeane commented on pull request #10992: ARROW-13740: [R] summarize() should not eagerly evaluate

jonkeane commented on pull request #10992:
URL: https://github.com/apache/arrow/pull/10992#issuecomment-909304058


   I've fixed the second of the two metadata failures (that had hard-coded reordering, which I changed to arrange.)
   
   The one about the missing warning is trickier / I haven't fully solved it yet. What's going on there is that the dataset has metadata associated with it, but when we run https://github.com/apache/arrow/pull/10992/files#diff-fee018727db3ca05257dd7755794b240a3974e7ee4d6c1803a2d9efeb9d692a9R39
   
   ```
   collect.Dataset <- function(x, ...) dplyr::collect(as_adq(x), ...)
   ```
   
   `as_adq(x)` results in an object that does not have an element named metadata anymore (`x$.data$metadata`) still exists, of course. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org