[ 
https://issues.apache.org/jira/browse/ARROW-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660614#comment-17660614
 ] 

Rok Mihevc commented on ARROW-3591:
-----------------------------------

This issue has been migrated to [issue 
#19903|https://github.com/apache/arrow/issues/19903] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [R] Support to collect decimal type
> -----------------------------------
>
>                 Key: ARROW-3591
>                 URL: https://issues.apache.org/jira/browse/ARROW-3591
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Javier Luraschi
>            Assignee: Javier Luraschi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> Collecting from `sparklyr` decimal types through: 
> {code:java}
> devtools::install_github("apache/arrow", subdir = "r")
> devtools::install_github("rstudio/sparklyr", ref = "feature/arrow")
> library(sparklyr)
> library(arrow)
> sc <- spark_connect(master = "local")
> sdf_len(sc, 3) %>% dplyr::mutate(new = 1) %>% dplyr::collect(){code}
> causes,
> {code:java}
> Error in RecordBatch__to_dataframe(x) : cannot handle Array of type decimal
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to