Skip to content

Commit

Permalink
Remove another test
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Nov 5, 2018
1 parent 3416ac7 commit c0a9384
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/pkg/tests/fulltests/test_sparkSQL.R
Original file line number Diff line number Diff line change
Expand Up @@ -1626,8 +1626,6 @@ test_that("column functions", {
expect_equal(c[[1]][[1]]$a, 1)
c <- collect(select(df, alias(from_csv(df$col, lit("a INT")), "csv")))
expect_equal(c[[1]][[1]]$a, 1)
c <- collect(select(df, alias(from_csv(df$col, structType("a INT")), "csv")))
expect_equal(c[[1]][[1]]$a, 1)

df <- as.DataFrame(list(list("col" = "1")))
c <- collect(select(df, schema_of_csv("Amsterdam,2018")))
Expand Down

0 comments on commit c0a9384

Please sign in to comment.