Skip to content

Commit 5093891

Browse files
committed
address deprecation
1 parent 9c768ae commit 5093891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@ test_that("createDataFrame sqlContext parameter backward compatibility", {
28252825

28262826
# more tests for SPARK-16538
28272827
createOrReplaceTempView(df, "table")
2828-
SparkR::tables()
2828+
SparkR::listTables()
28292829
SparkR::sql("SELECT 1")
28302830
suppressWarnings(SparkR::sql(sqlContext, "SELECT * FROM table"))
28312831
suppressWarnings(SparkR::dropTempTable(sqlContext, "table"))

0 commit comments

Comments
 (0)