[ 
https://issues.apache.org/jira/browse/BEAM-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stas Levin resolved BEAM-1230.
------------------------------
       Resolution: Fixed
    Fix Version/s: 0.5.0

> Typo in the documentation of the Window class
> ---------------------------------------------
>
>                 Key: BEAM-1230
>                 URL: https://issues.apache.org/jira/browse/BEAM-1230
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Stas Levin
>            Assignee: Stas Levin
>            Priority: Trivial
>             Fix For: 0.5.0
>
>
> {code}
>  * <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>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to