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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 14ef9b7  Publishing website 2020/07/02 18:02:03 at commit eacdbf3
14ef9b7 is described below

commit 14ef9b77604c0e3436842f53956e29d93e56c867
Author: jenkins <us...@infra.apache.org>
AuthorDate: Thu Jul 2 18:02:03 2020 +0000

    Publishing website 2020/07/02 18:02:03 at commit eacdbf3
---
 website/generated-content/documentation/index.xml                       | 2 +-
 .../documentation/transforms/java/aggregation/combine/index.html        | 2 +-
 website/generated-content/sitemap.xml                                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index 303a68a..593d785 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -6814,7 +6814,7 @@ sum combine function to produce a single sum value for a 
&lt;code>PCollection&lt
 &lt;span class="n">Combine&lt;/span>&lt;span class="o">.&lt;/span>&lt;span 
class="na">globally&lt;/span>&lt;span class="o">(&lt;/span>&lt;span 
class="k">new&lt;/span> &lt;span class="n">Sum&lt;/span>&lt;span 
class="o">.&lt;/span>&lt;span class="na">SumIntegerFn&lt;/span>&lt;span 
class="o">()));&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
 &lt;/div>
 &lt;p>&lt;strong>Example 2&lt;/strong>: Keyed combine
-Use a keyed combine to to combine all of the values associated with each key
+Use a keyed combine to combine all of the values associated with each key
 into a single output value for each key. As with the global combine, the
 function passed to a keyed combine must be associative and commutative.&lt;/p>
 &lt;div class=language-java>
diff --git 
a/website/generated-content/documentation/transforms/java/aggregation/combine/index.html
 
b/website/generated-content/documentation/transforms/java/aggregation/combine/index.html
index 5bfd338..b891891 100644
--- 
a/website/generated-content/documentation/transforms/java/aggregation/combine/index.html
+++ 
b/website/generated-content/documentation/transforms/java/aggregation/combine/index.html
@@ -21,7 +21,7 @@ sum combine function to produce a single sum value for a 
<code>PCollection</code
 </span><span class=c1></span><span class=n>PCollection</span><span 
class=o>&lt;</span><span class=n>Integer</span><span class=o>&gt;</span> <span 
class=n>pc</span> <span class=o>=</span> <span class=o>...;</span>
 <span class=n>PCollection</span><span class=o>&lt;</span><span 
class=n>Integer</span><span class=o>&gt;</span> <span class=n>sum</span> <span 
class=o>=</span> <span class=n>pc</span><span class=o>.</span><span 
class=na>apply</span><span class=o>(</span>
    <span class=n>Combine</span><span class=o>.</span><span 
class=na>globally</span><span class=o>(</span><span class=k>new</span> <span 
class=n>Sum</span><span class=o>.</span><span class=na>SumIntegerFn</span><span 
class=o>()));</span></code></pre></div></div><p><strong>Example 2</strong>: 
Keyed combine
-Use a keyed combine to to combine all of the values associated with each key
+Use a keyed combine to combine all of the values associated with each key
 into a single output value for each key. As with the global combine, the
 function passed to a keyed combine must be associative and 
commutative.</p><div class=language-java><div class=highlight><pre 
class=chroma><code class=language-java data-lang=java><span class=c1>// 
PCollection is grouped by key and the Double values associated with each key 
are combined into a Double.
 </span><span class=c1></span><span class=n>PCollection</span><span 
class=o>&lt;</span><span class=n>KV</span><span class=o>&lt;</span><span 
class=n>String</span><span class=o>,</span> <span class=n>Double</span><span 
class=o>&gt;&gt;</span> <span class=n>salesRecords</span> <span 
class=o>=</span> <span class=o>...;</span>
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 19d8229..1fbe5e3 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.22.0/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.22.0/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file

Reply via email to