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)

Reply via email to