Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove check
  • Loading branch information
felixcheung committed May 10, 2017
commit a5b73ae540a7e63d3398b92ae5c64592985e141d
1 change: 0 additions & 1 deletion R/pkg/inst/tests/testthat/test_sparkSQL.R
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ test_that("jsonRDD() on a RDD with json string", {

test_that("test tableNames and tables", {
count <- count(listTables())
expect_equal(count, 0)

df <- read.json(jsonPath)
createOrReplaceTempView(df, "table1")
Expand Down