This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 1fe5f5593f4e0e10b6bd7b3ab460846f74d8c041
Author: Mergebot <[email protected]>
AuthorDate: Sun Sep 17 23:32:54 2017 +0000

    Prepare repository for deployment.
---
 content/documentation/programming-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/documentation/programming-guide/index.html 
b/content/documentation/programming-guide/index.html
index 1d5bd92..0234c78 100644
--- a/content/documentation/programming-guide/index.html
+++ b/content/documentation/programming-guide/index.html
@@ -892,7 +892,7 @@ guest, [[], [order4]]
 
 <h5 id="global-windowing">Global windowing:</h5>
 
-<p>If your input <code class="highlighter-rouge">PCollection</code> uses the 
default global windowing, the default behavior is to return a <code 
class="highlighter-rouge">PCollection</code> containing one item. That item’s 
value comes from the accumulator in the combine function that you specified 
when applying <code class="highlighter-rouge">Combine</code>. For example, the 
Beam provided sum combine function returns a zero value (the sum of an empty 
input), while the min combine functio [...]
+<p>If your input <code class="highlighter-rouge">PCollection</code> uses the 
default global windowing, the default behavior is to return a <code 
class="highlighter-rouge">PCollection</code> containing one item. That item’s 
value comes from the accumulator in the combine function that you specified 
when applying <code class="highlighter-rouge">Combine</code>. For example, the 
Beam provided sum combine function returns a zero value (the sum of an empty 
input), while the max combine functio [...]
 
 <p>To have <code class="highlighter-rouge">Combine</code> instead return an 
empty <code class="highlighter-rouge">PCollection</code> if the input is empty, 
specify <code class="highlighter-rouge">.withoutDefaults</code> when you apply 
your <code class="highlighter-rouge">Combine</code> transform, as in the 
following code example:</p>
 

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to