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 9419212d5c9 Publishing website 2022/12/09 04:15:42 at commit 58b4d46
9419212d5c9 is described below

commit 9419212d5c96a360264df3ea7756898b1965cdda
Author: jenkins <bui...@apache.org>
AuthorDate: Fri Dec 9 04:15:43 2022 +0000

    Publishing website 2022/12/09 04:15:42 at commit 58b4d46
---
 website/generated-content/documentation/index.xml                    | 2 +-
 website/generated-content/documentation/programming-guide/index.html | 4 ++--
 website/generated-content/sitemap.xml                                | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index a868391bb3d..059cbc271a9 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -9742,7 +9742,7 @@ which all predicates return true will pass the filter. 
For example the following
 &lt;a class="copy" type="button" data-bs-toggle="tooltip" 
data-bs-placement="bottom" title="Copy to clipboard">
 &lt;img src="/images/copy-icon.svg"/>
 &lt;/a>
-&lt;div class="highlight">&lt;pre class="chroma">&lt;code 
class="language-java" data-lang="java">&lt;span 
class="n">purchases&lt;/span>&lt;span class="o">.&lt;/span>&lt;span 
class="na">apply&lt;/span>&lt;span class="o">(&lt;/span>&lt;span 
class="n">Filter&lt;/span>
+&lt;div class="highlight">&lt;pre class="chroma">&lt;code 
class="language-java" data-lang="java">&lt;span 
class="n">purchases&lt;/span>&lt;span class="o">.&lt;/span>&lt;span 
class="na">apply&lt;/span>&lt;span class="o">(&lt;/span>&lt;span 
class="n">Filter&lt;/span>&lt;span class="o">.&lt;/span>&lt;span 
class="na">create&lt;/span>&lt;span class="o">()&lt;/span>
 &lt;span class="o">.&lt;/span>&lt;span 
class="na">whereFieldName&lt;/span>&lt;span class="o">(&lt;/span>&lt;span 
class="s">&amp;#34;costCents&amp;#34;&lt;/span>&lt;span class="o">,&lt;/span> 
&lt;span class="n">c&lt;/span> &lt;span class="o">-&amp;gt;&lt;/span> &lt;span 
class="n">c&lt;/span> &lt;span class="o">&amp;gt;&lt;/span> &lt;span 
class="n">100&lt;/span> &lt;span class="o">*&lt;/span> &lt;span 
class="n">20&lt;/span>&lt;span class="o">)&lt;/span>
 &lt;span class="o">.&lt;/span>&lt;span 
class="na">whereFieldName&lt;/span>&lt;span class="o">(&lt;/span>&lt;span 
class="s">&amp;#34;shippingAddress.country&amp;#34;&lt;/span>&lt;span 
class="o">,&lt;/span> &lt;span class="n">c&lt;/span> &lt;span 
class="o">-&amp;gt;&lt;/span> &lt;span class="n">c&lt;/span>&lt;span 
class="o">.&lt;/span>&lt;span class="na">equals&lt;/span>&lt;span 
class="o">(&lt;/span>&lt;span class="s">&amp;#34;de&amp;#34;&lt;/span>&lt;span 
class="o">));&lt;/span>&lt;/code> [...]
 &lt;/div>
diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index 5bfe53c4260..3d3cc8d5659 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -2832,7 +2832,7 @@ join record, providing a generalization of outer joins to 
joins with greater tha
 can optionally be expanded - providing individual joined records, as in the 
<code>Join</code> transform. The output can also be
 processed in unexpanded format - providing the join key along with Iterables 
of all records from each input that matched
 that key.</p><p class=language-py>Support for joins hasn&rsquo;t been 
developed for the Python SDK yet.</p><p class=language-go>Support for joins 
hasn&rsquo;t been developed for the Go SDK yet.</p><h5 
id=filtering-events><strong>Filtering events</strong></h5><p>The 
<code>Filter</code> transform can be configured with a set of predicates, each 
one based one specified fields. Only records for
-which all predicates return true will pass the filter. For example the 
following</p><div class="language-java snippet"><div class="notebook-skip 
code-snippet"><a class=copy type=button data-bs-toggle=tooltip 
data-bs-placement=bottom title="Copy to clipboard"><img 
src=/images/copy-icon.svg></a><div class=highlight><pre class=chroma><code 
class=language-java data-lang=java><span class=n>purchases</span><span 
class=o>.</span><span class=na>apply</span><span class=o>(</span><span 
class=n>Fil [...]
+which all predicates return true will pass the filter. For example the 
following</p><div class="language-java snippet"><div class="notebook-skip 
code-snippet"><a class=copy type=button data-bs-toggle=tooltip 
data-bs-placement=bottom title="Copy to clipboard"><img 
src=/images/copy-icon.svg></a><div class=highlight><pre class=chroma><code 
class=language-java data-lang=java><span class=n>purchases</span><span 
class=o>.</span><span class=na>apply</span><span class=o>(</span><span 
class=n>Fil [...]
     <span class=o>.</span><span class=na>whereFieldName</span><span 
class=o>(</span><span class=s>&#34;costCents&#34;</span><span class=o>,</span> 
<span class=n>c</span> <span class=o>-&gt;</span> <span class=n>c</span> <span 
class=o>&gt;</span> <span class=n>100</span> <span class=o>*</span> <span 
class=n>20</span><span class=o>)</span>
     <span class=o>.</span><span class=na>whereFieldName</span><span 
class=o>(</span><span class=s>&#34;shippingAddress.country&#34;</span><span 
class=o>,</span> <span class=n>c</span> <span class=o>-&gt;</span> <span 
class=n>c</span><span class=o>.</span><span class=na>equals</span><span 
class=o>(</span><span class=s>&#34;de&#34;</span><span 
class=o>));</span></code></pre></div></div></div><p>Will produce all purchases 
made from Germany with a purchase price of greater than twenty cents. [...]
 inserting null values for the new fields, though alternate default values can 
be specified; if the default null value
@@ -5271,7 +5271,7 @@ implementations. This information can be accessed by 
using the conventional
      <span class=o>...</span>
 
   <span class=k>def</span> <span class=nf>infer_output_type</span><span 
class=p>(</span><span class=bp>self</span><span class=p>,</span> <span 
class=n>input_type</span><span class=p>):</span>
-    <span class=k>return</span> <span 
class=n>input_type</span></code></pre></div></div></div><div class=feedback><p 
class=update>Last updated on 2022/11/17</p><h3>Have you found everything you 
were looking for?</h3><p class=description>Was it all useful and clear? Is 
there anything that you would like to change? Let us know!</p><button 
class=load-button><a href="mailto:d...@beam.apache.org?subject=Beam Website 
Feedback">SEND FEEDBACK</a></button></div></div></div><footer class=footer><di 
[...]
+    <span class=k>return</span> <span 
class=n>input_type</span></code></pre></div></div></div><div class=feedback><p 
class=update>Last updated on 2022/12/09</p><h3>Have you found everything you 
were looking for?</h3><p class=description>Was it all useful and clear? Is 
there anything that you would like to change? Let us know!</p><button 
class=load-button><a href="mailto:d...@beam.apache.org?subject=Beam Website 
Feedback">SEND FEEDBACK</a></button></div></div></div><footer class=footer><di 
[...]
 <a href=https://www.apache.org>The Apache Software Foundation</a>
 | <a href=/privacy_policy>Privacy Policy</a>
 | <a href=/feed.xml>RSS Feed</a><br><br>Apache Beam, Apache, Beam, the Beam 
logo, and the Apache feather logo are either registered trademarks or 
trademarks of The Apache Software Foundation. All other products or name brands 
are trademarks of their respective holders, including The Apache Software 
Foundation.</div></div><div class="footer__cols__col 
footer__cols__col__logos"><div class=footer__cols__col--group><div 
class=footer__cols__col__logo><a href=https://github.com/apache/beam><im [...]
\ No newline at end of file
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 537d8579c56..321e100a773 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/apacheplayground/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/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/apacheplayground/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-12-01T11:37:53-05:00</lastmod></url><url><loc>/b
 [...]
\ No newline at end of file

Reply via email to