SPARK-22570: CreateArray should not create a lot of global variables | 4 ms | Passed |
SPARK-23208: Test code splitting for create array related methods | 1.1 sec | Passed |
SPARK-23500: Ensure that aggregation expressions are not simplified | 35 ms | Passed |
SPARK-23500: Simplify array ops that are not at the top node | 44 ms | Passed |
SPARK-23500: Simplify complex ops that aren't at the plan root | 50 ms | Passed |
SPARK-23500: Simplify map ops that are not top nodes | 25 ms | Passed |
SPARK-23500: namedStruct and getField in the same Project #1 | 20 ms | Passed |
SPARK-23500: namedStruct and getField in the same Project #2 | 10 ms | Passed |
SPARK-24313: support binary type as map keys in GetMapValue | 0.15 sec | Passed |
collapse multiple CreateNamedStruct/GetStructField pairs | 17 ms | Passed |
collapsed getStructField ontop of namedStruct | 20 ms | Passed |
collapsed2 - deduced names | 15 ms | Passed |
explicit get from namedStruct | 19 ms | Passed |
explicit get from named_struct- expression maintains original deduced alias | 15 ms | Passed |
simplified array ops | 55 ms | Passed |
simplify map ops | 46 ms | Passed |
simplify map ops, constant lookup, dynamic keys | 42 ms | Passed |
simplify map ops, constant lookup, mixed keys, eliminated constants | 29 ms | Passed |
simplify map ops, dynamic lookup, dynamic keys, lookup is equivalent to one of the keys | 34 ms | Passed |
simplify map ops, no positive match | 27 ms | Passed |
simplify map ops, potential dynamic match with null value + an absolute constant match | 22 ms | Passed |