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 ed21d6f Publishing website 2019/04/01 02:41:20 at commit 72df049
ed21d6f is described below
commit ed21d6f0648495f9c243e9e1036aa6dde333820a
Author: jenkins <[email protected]>
AuthorDate: Mon Apr 1 02:41:21 2019 +0000
Publishing website 2019/04/01 02:41:20 at commit 72df049
---
website/generated-content/documentation/dsls/sql/walkthrough/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/website/generated-content/documentation/dsls/sql/walkthrough/index.html
b/website/generated-content/documentation/dsls/sql/walkthrough/index.html
index 8c0621c..04b1805 100644
--- a/website/generated-content/documentation/dsls/sql/walkthrough/index.html
+++ b/website/generated-content/documentation/dsls/sql/walkthrough/index.html
@@ -374,7 +374,7 @@ to either a single <code
class="highlighter-rouge">PCollection</code> or a <code
<p>For example, you can join two <code
class="highlighter-rouge">PCollections</code>:</p>
<div class="language-java highlighter-rouge"><pre
class="highlight"><code><span class="c1">// Create the schema for reviews</span>
<span class="n">Schema</span> <span class="n">reviewSchema</span> <span
class="o">=</span>
- <span class="n">Schema</span><span class="o">.</span>
+ <span class="n">Schema</span>
<span class="o">.</span><span class="na">builder</span><span
class="o">()</span>
<span class="o">.</span><span class="na">addInt32Field</span><span
class="o">(</span><span class="s">"appId"</span><span class="o">)</span>
<span class="o">.</span><span class="na">addInt32Field</span><span
class="o">(</span><span class="s">"reviewerId"</span><span class="o">)</span>