Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3957 Breaking changes for Flink 2.0
  3. FLINK-4330

Consider removing min()/minBy()/max()/maxBy()/sum() utility methods from the DataStream API

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 2.0.0
    • API / DataStream
    • None

    Description

      I think we should consider removing the min()/minBy()/max()/maxBy()/sum() utility methods from the DataStream API. They make the maintenance of the code unnecessary complicated, and don't add enough value for the users (who can not access the window metadata).

      If we are keeping the methods, we should consolidate the min/minBy methods: the difference is subtle, and minBy can subsume the min method.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rmetzger Robert Metzger
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated: