Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3941

Add support for UNION (with duplicate elimination)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • 1.1.0
    • 1.1.0
    • Table SQL / API
    • 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

          Activity

            People

              yijieshen Yijie Shen
              fhueske Fabian Hueske
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: