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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to