Column pruning for Expand | 22 ms | Passed |
Column pruning for Project on Sort | 14 ms | Passed |
Column pruning for ScriptTransformation | 22 ms | Passed |
Column pruning on Filter | 70 ms | Passed |
Column pruning on MapPartitions | 0.23 sec | Passed |
Column pruning on Project | 6 ms | Passed |
Column pruning on Union | 15 ms | Passed |
Column pruning on Window in select | 19 ms | Passed |
Column pruning on Window with selected agg expressions | 72 ms | Passed |
Column pruning on Window with useless aggregate functions | 59 ms | Passed |
Column pruning on except/intersect/distinct | 25 ms | Passed |
Eliminate the Project with an empty projectList | 8 ms | Passed |
Nested column pruning for Generate | 0.14 sec | Passed |
Remove redundant projects in column pruning rule | 20 ms | Passed |
SPARK-24696 ColumnPruning rule fails to remove extra Project | 41 ms | Passed |
column pruning for Project(ne, Limit) | 9 ms | Passed |
column pruning for group | 12 ms | Passed |
column pruning for group with alias | 17 ms | Passed |
output | 28 ms | Passed |
push down project past sort | 20 ms | Passed |
push project down into sample | 39 ms | Passed |
unrequiredChildIndex if possible | 28 ms | Passed |
unrequiredChildIndex if possible | 13 ms | Passed |