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

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

Javier Luraschi created ARROW-3591:
--------------------------------------

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


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)