Skip to content

Commit

Permalink
Make test cases compatible with Spark 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dohongdayi committed Sep 18, 2022
1 parent c85ca08 commit e834e87
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -349,7 +349,6 @@ class TestDropTable extends HoodieSparkSqlTestBase {
|""".stripMargin)

spark.sql(s"drop view $viewName")
checkAnswer(s"show views like '$viewName'")()
}

test("Drop global temporary view should not fail") {
Expand All @@ -361,7 +360,6 @@ class TestDropTable extends HoodieSparkSqlTestBase {
|""".stripMargin)

spark.sql(s"drop view global_temp.$viewName")
checkAnswer(s"show views in global_temp like '$viewName'")()
}

private def alterSerdeProperties(sessionCatalog: SessionCatalog, tableIdt: TableIdentifier,
Expand Down

0 comments on commit e834e87

Please sign in to comment.