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

Make count windows local automatically

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Implemented
    • None
    • 0.9
    • API / DataStream
    • None

    Description

      Count windows should be automatically discretized in parallel as it doesnt break the assumptions on the window:

      ds.window(Count.of(10)) is equivalent to ds.window(Count.of(10)).local() if we dont make ordering guarantees and the second version is distributed.

      Attachments

        Activity

          People

            gyfora Gyula Fora
            gyfora Gyula Fora
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: