Skip to content

Commit d6d454e

Browse files
committed
SPARK-19342 fix for method coltypes in test_sparkSQL.R#2262
1 parent 407c625 commit d6d454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/DataFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ setMethod("coltypes",
417417
type <- PRIMITIVE_TYPES[[specialtype]]
418418
}
419419
}
420-
type
420+
type[[1]]
421421
})
422422

423423
# Find which types don't have mapping to R

0 commit comments

Comments
 (0)