SPARK-10539: Project should not be pushed down through Intersect or Except | 0.67 sec | Passed |
SPARK-10740: handle nondeterministic expressions correctly for set operations | 2.1 sec | Passed |
SPARK-17123: Performing set operations that combine non-scala native types | 0.81 sec | Passed |
SPARK-19893: cannot run set operations with map type | 35 ms | Passed |
SPARK-23274: except between two projects without references used in filter | 1.2 sec | Passed |
SPARK-25368 Incorrect predicate pushdown returns wrong result | 0.83 sec | Passed |
except | 6.8 sec | Passed |
except - nullability | 3.1 sec | Passed |
except all | 10 sec | Passed |
except distinct - SQL compliance | 0.63 sec | Passed |
exceptAll - nullability | 3.7 sec | Passed |
intersect | 4.4 sec | Passed |
intersect - nullability | 2.9 sec | Passed |
intersectAll | 7.4 sec | Passed |
intersectAll - nullability | 5.1 sec | Passed |
union all | 1.8 sec | Passed |
union by name | 0.37 sec | Passed |
union by name - check case sensitivity | 0.2 sec | Passed |
union by name - check name duplication | 86 ms | Passed |
union by name - type coercion | 1.6 sec | Passed |
union should union DataFrames with UDTs (SPARK-13410) | 0.87 sec | Passed |