You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "lynn (JIRA)" <ji...@apache.org> on 2017/08/17 00:34:00 UTC

[jira] [Resolved] (BEAM-2726) Typo in programming guide

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

lynn resolved BEAM-2726.
------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

> Typo in programming guide
> -------------------------
>
>                 Key: BEAM-2726
>                 URL: https://issues.apache.org/jira/browse/BEAM-2726
>             Project: Beam
>          Issue Type: Bug
>          Components: beam-model
>            Reporter: lynn
>            Assignee: Luke Cwik
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Programming Guide
> Global windowing:
> If your input PCollection uses the default global windowing, the default behavior is to return a PCollection containing one item. That item’s value comes from the accumulator in the combine function that you specified when applying Combine. For example, the Beam provided sum combine function returns a zero value (the sum of an empty input), while the {color:red}min{color} combine function returns a maximal or infinite value.
> while the {color:red}max {color}combine function returns a maximal or infinite value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)