Skip to content

[R] Support to collect decimal type #19903

Description

@asfimport

Collecting from sparklyr decimal types through: 

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()

causes,

Error in RecordBatch__to_dataframe(x) : cannot handle Array of type decimal

Reporter: Javier Luraschi / @javierluraschi
Assignee: Javier Luraschi / @javierluraschi

PRs and other links:

Note: This issue was originally created as ARROW-3591. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions