[ 
https://issues.apache.org/jira/browse/ARROW-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rok Mihevc updated ARROW-3591:
------------------------------
    External issue URL: https://github.com/apache/arrow/issues/19903

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