We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8004d22 commit 03b7898Copy full SHA for 03b7898
R/pkg/R/types.R
@@ -94,7 +94,7 @@ checkSchemaInArrow <- function(schema) {
94
}
95
96
# Both cases below produce a corrupt value for unknown reason. It needs to be investigated.
97
- field_strings = sapply(schema$fields(), function(x) x$dataType.toString())
+ field_strings <- sapply(schema$fields(), function(x) x$dataType.toString())
98
if (any(field_strings == "FloatType")) {
99
stop("Arrow optimization in R does not support float type yet.")
100
0 commit comments