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

Rework selection when grouping in Table API

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • Table SQL / API
    • None

    Description

      table.groupBy("a").select("e")

      does not throw any exception.

      Fabian looked at the implementation of GroupedTable.select() and it looks incorrect. It does not group but just add a selection. Either we should reject the select or select the value an arbitrary row of the group.

      Attachments

        Activity

          People

            fhueske Fabian Hueske
            twalthr Timo Walther
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: