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 7903bb3 commit 8379c38Copy full SHA for 8379c38
R/pkg/R/DataFrame.R
@@ -1138,7 +1138,6 @@ setMethod("collect",
1138
if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType != "binary") {
1139
vec <- do.call(c, col)
1140
stopifnot(class(vec) != "list")
1141
- # NOTE: If vec is an vector with only NAs, the type will be cast to PRIMITIVE_TYPE
1142
class(vec) <-
1143
if (colType == "timestamp")
1144
c("POSIXct", "POSIXt")
0 commit comments