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

Add Union operator to Table API.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.0
    • None

    Description

      Currently, union operation is supported by DataSet/DataStream API, not available in Table API. To union two tables, user has to transform the parameter input to DataSet/DataStream, for example:

      val unionDs = left.union(right.toDataSet[Row])
      

      It should be more API friendly to user if add union operation to Table API, like:

      val unionDs = left.union(right)
      

      Attachments

        Activity

          People

            chengxiang li Chengxiang Li
            chengxiang li Chengxiang Li
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: