Stas Levin created BEAM-1230:
--------------------------------
Summary: 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
{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)