Skip to content

Commit 8379c38

Browse files
committed
SPARK-19342 remove the comment
1 parent 7903bb3 commit 8379c38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/pkg/R/DataFrame.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ setMethod("collect",
11381138
if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType != "binary") {
11391139
vec <- do.call(c, col)
11401140
stopifnot(class(vec) != "list")
1141-
# NOTE: If vec is an vector with only NAs, the type will be cast to PRIMITIVE_TYPE
11421141
class(vec) <-
11431142
if (colType == "timestamp")
11441143
c("POSIXct", "POSIXt")

0 commit comments

Comments
 (0)