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 2022/10/06 10:28:57 UTC

[GitHub] [arrow] eitsupi commented on pull request #14330: ARROW-17439: [R] Change behavior of pull to compute instead of collect

eitsupi commented on PR #14330:
URL: https://github.com/apache/arrow/pull/14330#issuecomment-1269769097

   > 2\. Pulling an ungrouped Table produces a ChunkedArray whereas pulling a grouped Table produces a Table. This makes a subsequent call to `as.vector` produce an error of `Error in as.vector(x, mode) : cannot coerce type 'environment' to vector of type 'any'`
   
   This is due to ARROW-17738.
   You can use `as_arrow_table` instead of `compute` here I think. https://github.com/apache/arrow/pull/14160#issuecomment-1268404022


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