Skip to content

Commit 03b7898

Browse files
author
Michael Chirico
committed
linting
1 parent 8004d22 commit 03b7898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/types.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ checkSchemaInArrow <- function(schema) {
9494
}
9595

9696
# 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())
97+
field_strings <- sapply(schema$fields(), function(x) x$dataType.toString())
9898
if (any(field_strings == "FloatType")) {
9999
stop("Arrow optimization in R does not support float type yet.")
100100
}

0 commit comments

Comments
 (0)