We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a277120 commit 8f0c7d2Copy full SHA for 8f0c7d2
sql/hive/src/test/scala/org/apache/spark/sql/hive/CachedTableSuite.scala
@@ -64,6 +64,12 @@ class CachedTableSuite extends QueryTest {
64
sql("SELECT * FROM src"),
65
preCacheResults)
66
67
+ assertCached(sql("SELECT * FROM src s"))
68
+
69
+ checkAnswer(
70
+ sql("SELECT * FROM src s"),
71
+ preCacheResults)
72
73
uncacheTable("src")
74
assertCached(sql("SELECT * FROM src"), 0)
75
}
0 commit comments