Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-638

Add sink transform to write bounded data per window, pane, [and key] even when PCollection is unbounded

Details

    • New Feature
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • 2.0.0
    • sdk-java-core

    Description

      Today, if the pipeline source is unbounded, and the sink expects a bounded collection, there's no way to use a single pipeline. Even a window creates a chunk on the unbounded PCollection, but the "sub" PCollection is still unbounded.
      It would be helpful for users to have a Window function that create a bounded PCollection (on the window) from an unbounded PCollection coming from the source.

      Attachments

        Activity

          People

            davor Davor Bonaci
            jbonofre Jean-Baptiste Onofré
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: