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 6ce8b7169b1 Publishing website 2023/01/19 22:15:47 at commit 6b42bda 6ce8b7169b1 is described below commit 6ce8b7169b15c9c556d816ad91fe921ebdb55990 Author: jenkins <bui...@apache.org> AuthorDate: Thu Jan 19 22:15:48 2023 +0000 Publishing website 2023/01/19 22:15:47 at commit 6b42bda --- .../community/case-study/index.html | 5 +--- website/generated-content/community/index.xml | 5 +--- website/generated-content/documentation/index.xml | 31 ++++++++++++++++++++++ .../documentation/programming-guide/index.html | 6 ++--- website/generated-content/sitemap.xml | 2 +- 5 files changed, 37 insertions(+), 12 deletions(-) diff --git a/website/generated-content/community/case-study/index.html b/website/generated-content/community/case-study/index.html index b2c4a33d9b0..ef69abca03a 100644 --- a/website/generated-content/community/case-study/index.html +++ b/website/generated-content/community/case-study/index.html @@ -19,10 +19,7 @@ function addPlaceholder(){$('input:text').attr('placeholder',"What are you looking for?");} function endSearch(){var search=document.querySelector(".searchBar");search.classList.add("disappear");var icons=document.querySelector("#iconsBar");icons.classList.remove("disappear");} 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>Community</span></li><li><a href=/community/join-beam>Join Beam community</a></li><li><a href=/community/integrations>Integrations</a></li><li><a href= [...] -Apache Beam. And, of course, gaining interest for your company. -<a href="mailto:d...@beam.apache.org?subject=Beam Website Add New Case Stud">Contact the community</a> to get Case Study -started!</p><h2 id=add-your-logo>Add your logo</h2><p>Want to tell the world you are using Apache Beam? Just walk +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>Community</span></li><li><a href=/community/join-beam>Join Beam community</a></li><li><a href=/community/integrations>Integrations</a></li><li><a href= [...] through <a href=https://github.com/apache/beam/tree/master/website/ADD_LOGO.md>this instruction</a> and make it happen!</p><p>The Apache Beam PMC reserves the right to remove logos of companies that are not deemed to be in good standing in the community.</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><div class=footer__ [...] <a href=https://www.apache.org>The Apache Software Foundation</a> diff --git a/website/generated-content/community/index.xml b/website/generated-content/community/index.xml index 3fe370d7973..77a7fd5a66b 100644 --- a/website/generated-content/community/index.xml +++ b/website/generated-content/community/index.xml @@ -399,10 +399,7 @@ limitations under the License. <h1 id="case-study">Case Study</h1> <p>Your company uses Apache Beam? There are several options to highlight it and make your company stand out!</p> <h2 id="share-your-story">Share your story</h2> -<p>Sharing your story and making a Case Study out of it might have a significant impact on helping users with adopting -Apache Beam. And, of course, gaining interest for your company. -<a href="mailto:d...@beam.apache.org?subject=Beam Website Add New Case Stud">Contact the community</a> to get Case Study -started!</p> +<p>Sharing your story and making a Case Study out of it might have a significant impact on helping users with adopting Apache Beam. And, of course, gaining interest for your company. Please see <a href="https://github.com/apache/beam/blob/master/website/ADD_CASE_STUDY.md">how to add a new case study</a> for the next steps, templates and helpful tips. If you have any questions about adding a case study, please <a href="mailto:d...@beam.apache.org?subject=Beam%20Website%20Add%20 [...] <h2 id="add-your-logo">Add your logo</h2> <p>Want to tell the world you are using Apache Beam? Just walk through <a href="https://github.com/apache/beam/tree/master/website/ADD_LOGO.md">this instruction</a> and make it happen!</p> diff --git a/website/generated-content/documentation/index.xml b/website/generated-content/documentation/index.xml index 29195b9966c..cc3524a0888 100644 --- a/website/generated-content/documentation/index.xml +++ b/website/generated-content/documentation/index.xml @@ -14269,6 +14269,37 @@ batch typehint – but Beam supports typehints from other libraries as well.< </tr> </tbody> </table> +<h4 id="pyarrowhttpsgithubcomapachebeamblobmastersdkspythonapache_beamtypehintsarrow_type_compatibilitypy"><a href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/typehints/arrow_type_compatibility.py">pyarrow</a></h4> +<table> +<thead> +<tr> +<th>Element Typehint</th> +<th>Batch Typehint</th> +</tr> +</thead> +<tbody> +<tr> +<td>Numeric types (<code>int</code>, <code>np.int32</code>, <code>bool</code>, &hellip;)</td> +<td><code>pd.Series</code></td> +</tr> +<tr> +<td><code>Any</code></td> +<td></td> +</tr> +<tr> +<td><code>List</code></td> +<td></td> +</tr> +<tr> +<td><code>Mapping</code></td> +<td></td> +</tr> +<tr> +<td><a href="#schemas">Beam Schema Types</a></td> +<td><code>pa.Table</code></td> +</tr> +</tbody> +</table> <h4 id="other-types">Other types?</h4> <p>If there are other batch types you would like to use with Batched DoFns, please <a href="https://github.com/apache/beam/issues/new/choose">file an issue</a>.</p> diff --git a/website/generated-content/documentation/programming-guide/index.html b/website/generated-content/documentation/programming-guide/index.html index 9b9e1d3130f..b0a3f41f8d0 100644 --- a/website/generated-content/documentation/programming-guide/index.html +++ b/website/generated-content/documentation/programming-guide/index.html @@ -19,7 +19,7 @@ function addPlaceholder(){$('input:text').attr('placeholder',"What are you looking for?");} function endSearch(){var search=document.querySelector(".searchBar");search.classList.add("disappear");var icons=document.querySelector("#iconsBar");icons.classList.remove("disappear");} 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>Documentation</span></li><li><a href=/documentation>Using the Documentation</a></li><li class=section-nav-item--collapsible><span class=section-nav-lis [...] +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>Documentation</span></li><li><a href=/documentation>Using the Documentation</a></li><li class=section-nav-item--collapsible><span class=section-nav-lis [...] Beam SDKs to create data processing pipelines. It provides guidance for using the Beam SDK classes to build and test your pipeline. The programming guide is not intended as an exhaustive reference, but as a language-agnostic, high-level @@ -5234,7 +5234,7 @@ the <a href=https://beam.apache.org/releases/pydoc/current/apache_beam.transform <span class=o>...</span> <span class=k>yield</span> <span class=n>output_path</span></code></pre></div></div></div><h3 id=batched-dofn-types>14.4 Supported Batch Types</h3><p class="language-go language-java language-typescript">Batched DoFns are currently a Python-only feature.</p><p class=language-py>We’ve used numpy types in the Batched DoFn implementations in this guide – <code>np.int64 </code> as the element typehint and <code>np.ndarray</code> as the corresponding -batch typehint – but Beam supports typehints from other libraries as well.</p><h4 id=numpyhttpsgithubcomapachebeamblobmastersdkspythonapache_beamtypehintsbatchpy><a href=https://github.com/apache/beam/blob/master/sdks/python/apache_beam/typehints/batch.py>numpy</a></h4><table><thead><tr><th>Element Typehint</th><th>Batch Typehint</th></tr></thead><tbody><tr><td>Numeric types (<code>int</code>, <code>np.int32</code>, <code>bool</code>, …)</td><td>np.ndarray (or NumpyArray)</td></tr>< [...] +batch typehint – but Beam supports typehints from other libraries as well.</p><h4 id=numpyhttpsgithubcomapachebeamblobmastersdkspythonapache_beamtypehintsbatchpy><a href=https://github.com/apache/beam/blob/master/sdks/python/apache_beam/typehints/batch.py>numpy</a></h4><table><thead><tr><th>Element Typehint</th><th>Batch Typehint</th></tr></thead><tbody><tr><td>Numeric types (<code>int</code>, <code>np.int32</code>, <code>bool</code>, …)</td><td>np.ndarray (or NumpyArray)</td></tr>< [...] <a href=https://github.com/apache/beam/issues/new/choose>file an issue</a>.</p><h3 id=batched-dofn-dynamic-types>14.5 Dynamic Batch Input and Output Types</h3><p class="language-go language-java language-typescript">Batched DoFns are currently a Python-only feature.</p><p class=language-py>For some Batched DoFns, it may not be sufficient to declare batch types statically, with typehints on <code>process</code> and/or <code>process_batch</code>. You may need to declare these types dynamically. You can do this by overriding the @@ -5272,7 +5272,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 2023/01/18</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 2023/01/19</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 a04b51dfeb3..55ede04caa9 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