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 c6383bf commit 4dbd5faCopy full SHA for 4dbd5fa
sql/core/src/test/scala/org/apache/spark/sql/CachedTableSuite.scala
@@ -220,7 +220,7 @@ class CachedTableSuite extends QueryTest with SQLTestUtils with SharedSQLContext
220
sql("UNCACHE TABLE testData")
221
assert(!spark.catalog.isCached("testData"), "Table 'testData' should not be cached")
222
223
- eventually(timeout(10 seconds)) {
+ eventually(timeout(10.seconds)) {
224
assert(!isMaterialized(rddId), "Uncached in-memory table should have been unpersisted")
225
}
226
0 commit comments