You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/12/22 12:03:23 UTC

[beam] branch asf-site updated: Publishing website 2020/12/22 12:02:55 at commit 44f198d

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 003b049  Publishing website 2020/12/22 12:02:55 at commit 44f198d
003b049 is described below

commit 003b04943cdd24d153fd351a9ab3f83fdb8bcb7c
Author: jenkins <bu...@apache.org>
AuthorDate: Tue Dec 22 12:02:55 2020 +0000

    Publishing website 2020/12/22 12:02:55 at commit 44f198d
---
 website/generated-content/documentation/index.xml                    | 2 +-
 website/generated-content/documentation/programming-guide/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 a8a66a1..fdd19a8 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -5300,7 +5300,7 @@ and is specified with the &lt;code>using&lt;/code> keyword:&lt;/p>
 &lt;/tbody>
 &lt;/table>
 &lt;br/>
-&lt;p>Each resulting row contains one Review and one Review that matched the join condition.&lt;/p>
+&lt;p>Each resulting row contains one Transaction and one Review that matched the join condition.&lt;/p>
 &lt;p>If the fields to match in the two schemas have different names, then the on function can be used. For example, if the
 Review schema named those fields differently than the Transaction schema, then we could write the following:&lt;/p>
 &lt;div class=language-java>
diff --git a/website/generated-content/documentation/programming-guide/index.html b/website/generated-content/documentation/programming-guide/index.html
index 9acf64a..0e0110e 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -1629,7 +1629,7 @@ that are likely associated with that transaction (both the user and product matc
 and is specified with the <code>using</code> keyword:</p><div class=language-java><div class=highlight><pre class=chroma><code class=language-java data-lang=java><span class=n>PCollection</span><span class=o>&lt;</span><span class=n>Transaction</span><span class=o>&gt;</span> <span class=n>transactions</span> <span class=o>=</span> <span class=n>readTransactions</span><span class=o>();</span>
 <span class=n>PCollection</span><span class=o>&lt;</span><span class=n>Review</span><span class=o>&gt;</span> <span class=n>reviews</span> <span class=o>=</span> <span class=n>readReviews</span><span class=o>();</span>
 <span class=n>PCollection</span><span class=o>&lt;</span><span class=n>Row</span><span class=o>&gt;</span> <span class=n>joined</span> <span class=o>=</span> <span class=n>transactions</span><span class=o>.</span><span class=na>apply</span><span class=o>(</span>
-    <span class=n>Join</span><span class=o>.</span><span class=na>innerJoin</span><span class=o>(</span><span class=n>reviews</span><span class=o>).</span><span class=na>using</span><span class=o>(</span><span class=s>&#34;userId&#34;</span><span class=o>,</span> <span class=s>&#34;productId&#34;</span><span class=o>));</span></code></pre></div></div><p>The resulting schema is the following:</p><table><thead><tr class=header><th><b>Field Name</b></th><th><b>Field Type</b></th></tr></thea [...]
+    <span class=n>Join</span><span class=o>.</span><span class=na>innerJoin</span><span class=o>(</span><span class=n>reviews</span><span class=o>).</span><span class=na>using</span><span class=o>(</span><span class=s>&#34;userId&#34;</span><span class=o>,</span> <span class=s>&#34;productId&#34;</span><span class=o>));</span></code></pre></div></div><p>The resulting schema is the following:</p><table><thead><tr class=header><th><b>Field Name</b></th><th><b>Field Type</b></th></tr></thea [...]
 Review schema named those fields differently than the Transaction schema, then we could write the following:</p><div class=language-java><div class=highlight><pre class=chroma><code class=language-java data-lang=java><span class=n>PCollection</span><span class=o>&lt;</span><span class=n>Row</span><span class=o>&gt;</span> <span class=n>joined</span> <span class=o>=</span> <span class=n>transactions</span><span class=o>.</span><span class=na>apply</span><span class=o>(</span>
     <span class=n>Join</span><span class=o>.</span><span class=na>innerJoin</span><span class=o>(</span><span class=n>reviews</span><span class=o>).</span><span class=na>on</span><span class=o>(</span>
       <span class=n>FieldsEqual</span>
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index e4b282c..f905918 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>/categories/blog/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/blog/dataframe-api-preview-available/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></u [...]
\ 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>/categories/blog/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/blog/dataframe-api-preview-available/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></u [...]
\ No newline at end of file