support storageLevel(DISK_ONLY) | 0.22 sec | Passed |
'CACHE TABLE' and 'UNCACHE TABLE' SQL statement | 0.15 sec | Passed |
A cached table preserves the partitioning and ordering of its cached SparkPlan | 20 sec | Passed |
CACHE LAZY TABLE tableName | 0.15 sec | Passed |
CACHE TABLE tableName AS SELECT | 0.26 sec | Passed |
CACHE TABLE tableName AS SELECT * FROM anotherTable | 0.75 sec | Passed |
Cache should respect the hint | 0.96 sec | Passed |
Clear all cache | 0.43 sec | Passed |
Drops cached temporary table | 0.12 sec | Passed |
Drops temporary table | 25 ms | Passed |
Ensure accumulators to be cleared after GC when uncacheTable | 3.7 sec | Passed |
InMemoryRelation statistics | 0.13 sec | Passed |
SELECT star from cached table | 0.23 sec | Passed |
SPARK-10327 Cache Table is not working while subquery has alias in its project list | 0.21 sec | Passed |
SPARK-15870 DataFrame can't execute after uncacheTable | 0.37 sec | Passed |
SPARK-15915 Logical plans should use canonicalized plan when override sameResult | 49 ms | Passed |
SPARK-1669: cacheTable should be idempotent | 60 ms | Passed |
SPARK-19093 Caching in side subquery | 49 ms | Passed |
SPARK-19093 scalar and nested predicate query | 0.18 sec | Passed |
SPARK-19765: UNCACHE TABLE should un-cache all cached plans that refer to this table | 0.76 sec | Passed |
SPARK-19993 nested subquery caching and scalar + predicate subqueris | 1.7 sec | Passed |
SPARK-19993 simple subquery caching | 0.24 sec | Passed |
SPARK-19993 subquery caching with correlated predicates | 0.28 sec | Passed |
SPARK-19993 subquery with cached underlying relation | 0.25 sec | Passed |
SPARK-23312: vectorized cache reader can be disabled | 72 ms | Passed |
SPARK-23880 table cache should be lazy and don't trigger any jobs | 0.93 sec | Passed |
SPARK-24596 Non-cascading Cache Invalidation - drop persistent view | 0.87 sec | Passed |
SPARK-24596 Non-cascading Cache Invalidation - drop temporary view | 0.58 sec | Passed |
SPARK-24596 Non-cascading Cache Invalidation - uncache table | 0.71 sec | Passed |
SPARK-24596 Non-cascading Cache Invalidation - uncache temporary view | 0.43 sec | Passed |
SPARK-27248 refreshTable should recreate cache with same cache name and storage level | 0.43 sec | Passed |
SPARK-30494 Fix the leak of cached data when replace an existing view | 0.95 sec | Passed |
SQL interface support storageLevel(DISK_ONLY) | 0.16 sec | Passed |
SQL interface support storageLevel(DISK_ONLY) with invalid options | 0.59 sec | Passed |
SQL interface support storageLevel(Invalid StorageLevel) | 18 ms | Passed |
SQL interface support storageLevel(MEMORY_ONLY) | 0.15 sec | Passed |
SQL interface support storageLevel(with LAZY) | 0.15 sec | Passed |
Self-join cached | 2.2 sec | Passed |
analyzes column statistics in cached query | 1.6 sec | Passed |
cache supports for intervals | 0.59 sec | Passed |
cache table as select | 0.49 sec | Passed |
cache temp table | 77 ms | Passed |
cache() should use in-memory columnar caching | 23 ms | Passed |
isCached | 48 ms | Passed |
read from cached table and uncache | 0.51 sec | Passed |
refreshByPath should refresh all cached plans with the specified path | 1.8 sec | Passed |
too big for memory | 2.7 sec | Passed |
uncaching temp table | 0.12 sec | Passed |
unpersist an uncached table will not raise exception | 15 ms | Passed |
unpersist() should drop in-memory columnar cache | 0.26 sec | Passed |