Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
1.1.0
-
None
Description
Currently, only UNION ALL is supported by Table API and SQL.
UNION (with duplicate elimination) can be supported by applying a DataSet.distinct() after the union on all fields. This issue includes:
- Extending DataSetUnion
- Relaxing DataSetUnionRule to translated non-all unions.
- Extend the Table API with union() method.
Attachments
Issue Links
- links to