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 d7cf1c4fb7e Publishing website 2022/11/17 22:17:39 at commit 2a7584f
d7cf1c4fb7e is described below
commit d7cf1c4fb7ee27b128aea3ecf46238f2be5892cc
Author: jenkins <[email protected]>
AuthorDate: Thu Nov 17 22:17:39 2022 +0000
Publishing website 2022/11/17 22:17:39 at commit 2a7584f
---
website/generated-content/documentation/index.xml | 4 +++-
.../generated-content/documentation/programming-guide/index.html | 6 ++++--
website/generated-content/sitemap.xml | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/website/generated-content/documentation/index.xml
b/website/generated-content/documentation/index.xml
index 847fe402a3a..cb4319c1586 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -12685,7 +12685,9 @@ of work. During the processing of an element and
restriction, sizing and progres
which restrictions to split and who should process them.</p>
<p>By default, we use the restriction tracker’s estimate for work remaining
falling back to assuming
that all restrictions have an equal cost. To override the default, SDF authors
can provide the
-appropriate method within the restriction provider.</p>
+appropriate method within the restriction provider. SDF authors need to be
aware that the
+sizing method will be invoked concurrently during bundle processing due to
runner initiated splitting
+and progress estimation.</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">
diff --git
a/website/generated-content/documentation/programming-guide/index.html
b/website/generated-content/documentation/programming-guide/index.html
index 0ab980b737f..1e589fb3eb3 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -4510,7 +4510,9 @@ how and who processes the restrictions attempting to
improve initial balancing a
of work. During the processing of an element and restriction, sizing and
progress are used to choose
which restrictions to split and who should process them.</p><p>By default, we
use the restriction tracker’s estimate for work remaining falling back to
assuming
that all restrictions have an equal cost. To override the default, SDF authors
can provide the
-appropriate method within the restriction provider.</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=nd>@GetSize</span>
+appropriate method within the restriction provider. SDF authors need to be
aware that the
+sizing method will be invoked concurrently during bundle processing due to
runner initiated splitting
+and progress estimation.</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=nd>@GetSize</span>
<span class=kt>double</span> <span class=nf>getSize</span><span
class=o>(</span><span class=nd>@Element</span> <span class=n>String</span>
<span class=n>fileName</span><span class=o>,</span> <span
class=nd>@Restriction</span> <span class=n>OffsetRange</span> <span
class=n>restriction</span><span class=o>)</span> <span class=o>{</span>
<span class=k>return</span> <span class=o>(</span><span
class=n>fileName</span><span class=o>.</span><span
class=na>contains</span><span class=o>(</span><span
class=s>"expensiveRecords"</span><span class=o>)</span> <span
class=o>?</span> <span class=n>2</span> <span class=o>:</span> <span
class=n>1</span><span class=o>)</span> <span class=o>*</span> <span
class=n>restriction</span><span class=o>.</span><span
class=na>getTo</span><span class=o>()</span>
<span class=o>-</span> <span class=n>restriction</span><span
class=o>.</span><span class=na>getFrom</span><span class=o>();</span>
@@ -5269,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/10</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:[email protected]?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/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:[email protected]?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 5daea701796..4719af11495 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>2022-11-16T09:32:46-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-11-16T09:32:46-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-11-16T09:32:46-05:00</lastmod></url><url><loc>/blog/ml-resources/</loc><lastmod>2022-11-10T17:26:15-05:00</lastmod></url><url><loc>/categ
[...]
\ 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>2022-11-16T09:32:46-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-11-16T09:32:46-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-11-16T09:32:46-05:00</lastmod></url><url><loc>/blog/ml-resources/</loc><lastmod>2022-11-10T17:26:15-05:00</lastmod></url><url><loc>/categ
[...]
\ No newline at end of file