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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
