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 1059b353f31 Publishing website 2023/01/30 22:17:09 at commit 14e8de6
1059b353f31 is described below

commit 1059b353f31015187d5d8608ece5deabdb894035
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Jan 30 22:17:10 2023 +0000

    Publishing website 2023/01/30 22:17:09 at commit 14e8de6
---
 website/generated-content/documentation/sdks/go/index.html            | 2 +-
 .../documentation/transforms/java/elementwise/withkeys/index.html     | 4 ++--
 website/generated-content/sitemap.xml                                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/generated-content/documentation/sdks/go/index.html 
b/website/generated-content/documentation/sdks/go/index.html
index 7ab98e46cb3..787df5e3bfa 100644
--- a/website/generated-content/documentation/sdks/go/index.html
+++ b/website/generated-content/documentation/sdks/go/index.html
@@ -22,7 +22,7 @@ function 
blockScroll(){$("body").toggleClass("fixedPosition");}
 function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span 
class=section-nav-list-main-title>Languages</span></li><li><span 
class=section-nav-list-title>Java</span><ul class=section-nav-list><li><a 
href=/documentation/sdks/java/>Java SDK overvi [...]
 It is based on the following <a 
href=https://s.apache.org/beam-go-sdk-design-rfc>design</a>.</p><p>Unlike Java 
and Python, Go is a statically compiled language.
 This means worker binaries may need to be <a 
href=/documentation/sdks/go-cross-compilation/>cross-compiled</a> to execute on 
distributed runners.</p><h2 id=get-started-with-the-go-sdk>Get Started with the 
Go SDK</h2><p>Get started with the <a href=/get-started/quickstart-go>Beam Go 
SDK quickstart</a> to set up your development environment and run an example 
pipeline. Then, read through the <a href=/documentation/programming-guide>Beam 
programming guide</a> to learn the basic concepts tha [...]
-It&rsquo;s possible to write many kinds of transforms, but specific built in 
transforms may still be missing, or incomplete.</p><p>Requests for specific 
transforms may be filed to the <a 
href="https://github.com/apache/beam/issues?q=is%3Aopen+is%3Aissue+label%3Asdk-go";><code>sdk-go</code>
 component in GitHub Issues</a>.
+It&rsquo;s possible to write many kinds of transforms, but specific built in 
transforms may still be missing, or incomplete.</p><p>Requests for specific 
transforms may be filed to the <a 
href="https://github.com/apache/beam/issues?q=is%3Aopen+is%3Aissue+label%3Ago";><code>go</code>
 component in GitHub Issues</a>.
 Contributions are welcome.</p></div></div><footer class=footer><div 
class=footer__contained><div class=footer__cols><div class="footer__cols__col 
footer__cols__col__logos"><div class=footer__cols__col__logo><img 
src=/images/beam_logo_circle.svg class=footer__logo alt="Beam logo"></div><div 
class=footer__cols__col__logo><img src=/images/apache_logo_circle.svg 
class=footer__logo alt="Apache logo"></div></div><div class=footer-wrapper><div 
class=wrapper-grid><div class=footer__cols__col><di [...]
 <a href=https://www.apache.org>The Apache Software Foundation</a>
 | <a href=/privacy_policy>Privacy Policy</a>
diff --git 
a/website/generated-content/documentation/transforms/java/elementwise/withkeys/index.html
 
b/website/generated-content/documentation/transforms/java/elementwise/withkeys/index.html
index ba786a72e5c..1be744c246f 100644
--- 
a/website/generated-content/documentation/transforms/java/elementwise/withkeys/index.html
+++ 
b/website/generated-content/documentation/transforms/java/elementwise/withkeys/index.html
@@ -24,12 +24,12 @@ Javadoc</a></table><br><br><p>Takes a 
<code>PCollection&lt;V></code> and produce
 each input element with a key.</p><p>There are two versions of 
<code>WithKeys</code>, depending on how the key should be 
determined:</p><ul><li><code>WithKeys.of(SerializableFunction&lt;V, K> 
fn)</code> takes a function to
 compute the key from each value.</li><li><code>WithKeys.of(K key)</code> 
associates each value with the specified key.</li></ul><h2 
id=examples>Examples</h2><p><strong>Example</strong><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>PCol [...]
 <span class=n>PCollection</span><span class=o>&lt;</span><span 
class=n>KV</span><span class=o>&lt;</span><span class=n>Integer</span><span 
class=o>,</span> <span class=n>String</span><span class=o>&gt;&gt;</span> <span 
class=n>lengthAndWord</span> <span class=o>=</span>
-  <span class=n>words</span><span class=o>.</span><span 
class=na>apply</span><span class=o>(</span><span class=n>WithKeys</span><span 
class=o>.</span><span class=na>of</span><span class=o>(</span><span 
class=k>new</span> <span class=n>SerialiazableFunction</span><span 
class=o>&lt;</span><span class=n>String</span><span class=o>,</span> <span 
class=n>Integer</span><span class=o>&gt;()</span> <span class=o>{</span>
+  <span class=n>words</span><span class=o>.</span><span 
class=na>apply</span><span class=o>(</span><span class=n>WithKeys</span><span 
class=o>.</span><span class=na>of</span><span class=o>(</span><span 
class=k>new</span> <span class=n>SerializableFunction</span><span 
class=o>&lt;</span><span class=n>String</span><span class=o>,</span> <span 
class=n>Integer</span><span class=o>&gt;()</span> <span class=o>{</span>
     <span class=nd>@Override</span>
     <span class=kd>public</span> <span class=n>Integer</span> <span 
class=nf>apply</span><span class=o>(</span><span class=n>String</span> <span 
class=n>s</span><span class=o>)</span> <span class=o>{</span>
       <span class=k>return</span> <span class=n>s</span><span 
class=o>.</span><span class=na>length</span><span class=o>();</span>
     <span class=o>}</span>
-  <span class=o>});</span></code></pre></div></div></div></p><h2 
id=related-transforms>Related transforms</h2><ul><li><a 
href=/documentation/transforms/java/elementwise/keys>Keys</a> for extracting 
the key of each component.</li><li><a 
href=/documentation/transforms/java/elementwise/values>Values</a> for 
extracting the value of each element.</li><li><a 
href=/documentation/transforms/java/elementwise/kvswap>KvSwap</a> swaps 
key-value pair values.</li></ul><div class=feedback><p class=upda [...]
+  <span class=o>});</span></code></pre></div></div></div></p><h2 
id=related-transforms>Related transforms</h2><ul><li><a 
href=/documentation/transforms/java/elementwise/keys>Keys</a> for extracting 
the key of each component.</li><li><a 
href=/documentation/transforms/java/elementwise/values>Values</a> for 
extracting the value of each element.</li><li><a 
href=/documentation/transforms/java/elementwise/kvswap>KvSwap</a> swaps 
key-value pair values.</li></ul><div class=feedback><p class=upda [...]
 <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 9d4f702cacb..50108857f9e 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.44.0/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/catego
 [...]
\ 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.44.0/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2023-01-18T12:23:16-05:00</lastmod></url><url><loc>/catego
 [...]
\ No newline at end of file

Reply via email to