InMemoryTableScanExec should return correct output ordering and partitioning | 65 ms | Passed |
SPARK-10422: String column in InMemoryColumnarCache needs to override clone method | 0.28 sec | Passed |
SPARK-10859: Predicates pushed to InMemoryColumnarTableScan are not evaluated correctly | 0.17 sec | Passed |
SPARK-14138: Generated SpecificColumnarIterator can exceed JVM size limit for cached DF | 1.5 sec | Passed |
SPARK-1436 regression: in-memory columns must be able to be accessed multiple times | 0.2 sec | Passed |
SPARK-1678 regression: compression must not lose repeated values | 0.22 sec | Passed |
SPARK-17549: cached table size should be correctly calculated | 0.13 sec | Passed |
SPARK-20356: pruned InMemoryTableScanExec should have correct ordering and partitioning | 16 sec | Passed |
SPARK-22249: IN should work also with cached DataFrame | 0.47 sec | Passed |
SPARK-22249: buildFilter should not throw exception when In contains an empty list | 0 ms | Passed |
SPARK-22348: table cache should do partition batch pruning (whole-stage-codegen off) | 0.1 sec | Passed |
SPARK-22348: table cache should do partition batch pruning (whole-stage-codegen on) | 67 ms | Passed |
SPARK-22673: InMemoryRelation should utilize existing stats of the plan to be cached | 0.84 sec | Passed |
SPARK-25727 - otherCopyArgs in InMemoryRelation does not include outputOrdering | 36 ms | Passed |
SPARK-2729 regression: timestamp data type | 0.33 sec | Passed |
SPARK-3320 regression: batched column buffer building should work with empty partitions | 0.27 sec | Passed |
SPARK-4182 Caching complex types | 0.16 sec | Passed |
access decimal/string-type columns in CachedBatch without whole stage codegen | 0.23 sec | Passed |
access non-primitive-type columns in CachedBatch without whole stage codegen | 0.29 sec | Passed |
access only some column of the all of columns | 0.35 sec | Passed |
access primitive-type columns in CachedBatch without whole stage codegen | 0.24 sec | Passed |
cached row count should be calculated | 0.18 sec | Passed |
decimal type | 0.15 sec | Passed |
default size avoids broadcast | 51 ms | Passed |
non-primitive type with nullability:false | 0.3 sec | Passed |
non-primitive type with nullability:true | 0.7 sec | Passed |
primitive type with nullability:false | 0.24 sec | Passed |
primitive type with nullability:true | 0.25 sec | Passed |
projection | 0.18 sec | Passed |
simple columnar query | 0.2 sec | Passed |
test different data types | 3.8 sec | Passed |
with null values | 0.2 sec | Passed |