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

CombineFunction interface not respected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.10.1, 1.0.0
    • 1.0.0
    • API / DataSet
    • None

    Description

      The DataSet API offers a CombineFunction interface, which differs from the GroupCombineFunction interface by being restricted to return a single value instead of returning arbitrary many values through a Collector.
      The JavaDocs of the GroupCombineFunction point to the CombineFunction interface, advertising it as more efficient.

      However, the CombineFunction interface is nor respected by Flink, i.e., a GroupReduceFunction that implements this interface is executed without leveraging the combine method.

      Attachments

        Activity

          People

            kkl0u Kostas Kloudas
            fhueske Fabian Hueske
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: