SPARK-26366: ReplaceExceptWithFilter should handle properly NULL | 14 ms | Passed |
SPARK-26366: ReplaceExceptWithFilter should not transform non-deterministic | 23 ms | Passed |
add one grouping key if necessary when replace Deduplicate with Aggregate | 3 ms | Passed |
don't replace streaming Deduplicate | 5 ms | Passed |
replace Distinct with Aggregate | 4 ms | Passed |
replace Except with Filter when only right filter can be applied to the left | 23 ms | Passed |
replace Except with Filter while both the nodes are of type Filter | 29 ms | Passed |
replace Except with Filter while both the nodes are of type Project | 13 ms | Passed |
replace Except with Filter while left node is Project and right node is Filter | 14 ms | Passed |
replace Except with Filter while only right node is of type Filter | 11 ms | Passed |
replace Except with Filter while only right node is of type Project | 13 ms | Passed |
replace Except with Left-anti Join | 13 ms | Passed |
replace Intersect with Left-semi Join | 14 ms | Passed |
replace batch Deduplicate with Aggregate | 7 ms | Passed |