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

Add group sorting with expression key

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • 0.9
    • None
    • API / Scala
    • None

    Description

      Currently groups can only be sorted using field indexes (for tuples) and key selection function.

      persons.groupBy("name").sortGroup("age", Order.DESCENDING).groupReduce(do-something-here);

      Would be good to allow group sorting also with field expressions for Pojos.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fhueske Fabian Hueske
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: