You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/23 05:46:00 UTC

[jira] [Updated] (ARROW-3591) [R] Support to collect decimal type

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

ASF GitHub Bot updated ARROW-3591:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Priority: Major
>              Labels: pull-request-available
>
> Collecting from `sparklyr` decimal types through:
>  
> {code:java}
> library(sparklyr)
> 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
(v7.6.3#76005)