You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2018/10/26 01:36:00 UTC

[jira] [Assigned] (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 ]

Kouhei Sutou reassigned ARROW-3591:
-----------------------------------

    Assignee: Javier Luraschi

> [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: 3h 50m
>  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
(v7.6.3#76005)