Skip to content

Commit

Permalink
remove unuse cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy-pineapple committed Oct 10, 2023
1 parent 5d0a242 commit 84a6bb5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ class JDBCTableCatalogSuite extends QueryTest with SharedSparkSession {
sql("CACHE TABLE t1 SELECT id, name FROM h2.test.cache_t")
val plan = sql("select * from t1").queryExecution.sparkPlan
assert(plan.isInstanceOf[InMemoryTableScanExec])
sql("UNCACHE TABLE IF EXISTS t1")
}
}
}

0 comments on commit 84a6bb5

Please sign in to comment.