-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Milestone
Description
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 decimalReporter: 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.