Skip to content

Commit 2b98d74

Browse files
committed
one more time
1 parent c685507 commit 2b98d74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/pkg/inst/tests/testthat/test_sparkSQL.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,6 @@ test_that("column functions", {
12291229
c17 <- cov(c, c1) + cov("c", "c1") + covar_samp(c, c1) + covar_samp("c", "c1")
12301230
c18 <- covar_pop(c, c1) + covar_pop("c", "c1")
12311231
c19 <- spark_partition_id() + coalesce(c) + coalesce(c1, c2, c3)
1232-
c20 <- to_timestamp(c)
12331232

12341233
# Test if base::is.nan() is exposed
12351234
expect_equal(is.nan(c("a", "b")), c(FALSE, FALSE))

0 commit comments

Comments
 (0)