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

Typo in the documentation of the Window class

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • None
    • 0.5.0
    • sdk-java-core

    Description

       * <pre>{@code
       * PCollection<String> windowed_items = items.apply(
       *   Window.<String>into(FixedWindows.of(Duration.standardMinutes(1))
       *      .triggering(
       *      .triggering(
       *          AfterWatermark.pastEndOfWindow()
       *              .withEarlyFirings(AfterProcessingTime
       *                  .pastFirstElementInPane().plusDelayOf(Duration.standardMinutes(1))))
       *      .withAllowedLateness(Duration.ZERO));
       * }</pre>
      
      

      Attachments

        Issue Links

          Activity

            People

              staslev Stas Levin
              staslev Stas Levin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: