You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/09/02 22:17:55 UTC

[beam] branch asf-site updated: Publishing website 2022/09/02 22:17:49 at commit 8c57b21

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 c4d2183829e Publishing website 2022/09/02 22:17:49 at commit 8c57b21
c4d2183829e is described below

commit c4d2183829ec306074957124d75dff9ee4fefc6c
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Sep 2 22:17:50 2022 +0000

    Publishing website 2022/09/02 22:17:49 at commit 8c57b21
---
 website/generated-content/blog/beam-2.40.0/index.html  | 5 ++++-
 website/generated-content/blog/index.xml               | 4 ++++
 website/generated-content/categories/blog/index.xml    | 4 ++++
 website/generated-content/categories/release/index.xml | 4 ++++
 website/generated-content/feed.xml                     | 4 ++++
 website/generated-content/sitemap.xml                  | 2 +-
 6 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/blog/beam-2.40.0/index.html b/website/generated-content/blog/beam-2.40.0/index.html
index 6c0105541dd..93012b5069a 100644
--- a/website/generated-content/blog/beam-2.40.0/index.html
+++ b/website/generated-content/blog/beam-2.40.0/index.html
@@ -27,7 +27,10 @@ release.</p><p>For more information on changes in 2.40.0 check out the <a href=h
 See also example at apache_beam/examples/inference/pytorch_image_classification.py</li></ul><h2 id=ios>I/Os</h2><ul><li>Upgraded to Hive 3.1.3 for HCatalogIO. Users can still provide their own version of Hive. (Java) (<a href=https://github.com/apache/beam/issues/19554>Issue-19554</a>).</li></ul><h2 id=new-features--improvements>New Features / Improvements</h2><ul><li>Go SDK users can now use generic registration functions to optimize their DoFn execution. (<a href=https://issues.apache. [...]
 constructed with some
 <a href=https://docs.python.org/3/library/functions.html>built-ins</a>, like <code>sum</code>
-and <code>len</code> (<a href=https://github.com/apache/beam/issues/22091>#22091</a>).</li></ul><h2 id=list-of-contributors>List of Contributors</h2><p>According to git shortlog, the following people contributed to the 2.40.0 release. Thank you to all contributors!</p><p>Ahmed Abualsaud
+and <code>len</code> (<a href=https://github.com/apache/beam/issues/22091>#22091</a>).</li><li>Java&rsquo;s <code>BigQueryIO.Write</code> can have an exception where it attempts to output a timestamp beyond the max timestamp range
+<code>Cannot output with timestamp 294247-01-10T04:00:54.776Z. Output timestamps must be no earlier than the timestamp of the current input or timer (294247-01-10T04:00:54.776Z) minus the allowed skew (0 milliseconds) and no later than 294247-01-10T04:00:54.775Z. See the DoFn#getAllowedTimestampSkew() Javadoc for details on changing the allowed skew.</code>
+This happens when a sink is idle, causing the idle timeout to trigger, or when a specific table is idle long enough when using dynamic destinations.
+When this happens, the job is no longer able to be drained. This has been fixed for the 2.41 release.</li></ul><h2 id=list-of-contributors>List of Contributors</h2><p>According to git shortlog, the following people contributed to the 2.40.0 release. Thank you to all contributors!</p><p>Ahmed Abualsaud
 Ahmet Altay
 Aizhamal Nurmamat kyzy
 Alejandro Rodriguez-Morantes
diff --git a/website/generated-content/blog/index.xml b/website/generated-content/blog/index.xml
index 7b0ee8f610b..de2e392ea3d 100644
--- a/website/generated-content/blog/index.xml
+++ b/website/generated-content/blog/index.xml
@@ -212,6 +212,10 @@ See also example at apache_beam/examples/inference/pytorch_image_classification.
 constructed with some
 &lt;a href="https://docs.python.org/3/library/functions.html">built-ins&lt;/a>, like &lt;code>sum&lt;/code>
 and &lt;code>len&lt;/code> (&lt;a href="https://github.com/apache/beam/issues/22091">#22091&lt;/a>).&lt;/li>
+&lt;li>Java&amp;rsquo;s &lt;code>BigQueryIO.Write&lt;/code> can have an exception where it attempts to output a timestamp beyond the max timestamp range
+&lt;code>Cannot output with timestamp 294247-01-10T04:00:54.776Z. Output timestamps must be no earlier than the timestamp of the current input or timer (294247-01-10T04:00:54.776Z) minus the allowed skew (0 milliseconds) and no later than 294247-01-10T04:00:54.775Z. See the DoFn#getAllowedTimestampSkew() Javadoc for details on changing the allowed skew.&lt;/code>
+This happens when a sink is idle, causing the idle timeout to trigger, or when a specific table is idle long enough when using dynamic destinations.
+When this happens, the job is no longer able to be drained. This has been fixed for the 2.41 release.&lt;/li>
 &lt;/ul>
 &lt;h2 id="list-of-contributors">List of Contributors&lt;/h2>
 &lt;p>According to git shortlog, the following people contributed to the 2.40.0 release. Thank you to all contributors!&lt;/p>
diff --git a/website/generated-content/categories/blog/index.xml b/website/generated-content/categories/blog/index.xml
index 2ba30d36813..f7c58cbed8e 100644
--- a/website/generated-content/categories/blog/index.xml
+++ b/website/generated-content/categories/blog/index.xml
@@ -212,6 +212,10 @@ See also example at apache_beam/examples/inference/pytorch_image_classification.
 constructed with some
 &lt;a href="https://docs.python.org/3/library/functions.html">built-ins&lt;/a>, like &lt;code>sum&lt;/code>
 and &lt;code>len&lt;/code> (&lt;a href="https://github.com/apache/beam/issues/22091">#22091&lt;/a>).&lt;/li>
+&lt;li>Java&amp;rsquo;s &lt;code>BigQueryIO.Write&lt;/code> can have an exception where it attempts to output a timestamp beyond the max timestamp range
+&lt;code>Cannot output with timestamp 294247-01-10T04:00:54.776Z. Output timestamps must be no earlier than the timestamp of the current input or timer (294247-01-10T04:00:54.776Z) minus the allowed skew (0 milliseconds) and no later than 294247-01-10T04:00:54.775Z. See the DoFn#getAllowedTimestampSkew() Javadoc for details on changing the allowed skew.&lt;/code>
+This happens when a sink is idle, causing the idle timeout to trigger, or when a specific table is idle long enough when using dynamic destinations.
+When this happens, the job is no longer able to be drained. This has been fixed for the 2.41 release.&lt;/li>
 &lt;/ul>
 &lt;h2 id="list-of-contributors">List of Contributors&lt;/h2>
 &lt;p>According to git shortlog, the following people contributed to the 2.40.0 release. Thank you to all contributors!&lt;/p>
diff --git a/website/generated-content/categories/release/index.xml b/website/generated-content/categories/release/index.xml
index cadc76d1bf2..7ee7027bf2b 100644
--- a/website/generated-content/categories/release/index.xml
+++ b/website/generated-content/categories/release/index.xml
@@ -161,6 +161,10 @@ See also example at apache_beam/examples/inference/pytorch_image_classification.
 constructed with some
 &lt;a href="https://docs.python.org/3/library/functions.html">built-ins&lt;/a>, like &lt;code>sum&lt;/code>
 and &lt;code>len&lt;/code> (&lt;a href="https://github.com/apache/beam/issues/22091">#22091&lt;/a>).&lt;/li>
+&lt;li>Java&amp;rsquo;s &lt;code>BigQueryIO.Write&lt;/code> can have an exception where it attempts to output a timestamp beyond the max timestamp range
+&lt;code>Cannot output with timestamp 294247-01-10T04:00:54.776Z. Output timestamps must be no earlier than the timestamp of the current input or timer (294247-01-10T04:00:54.776Z) minus the allowed skew (0 milliseconds) and no later than 294247-01-10T04:00:54.775Z. See the DoFn#getAllowedTimestampSkew() Javadoc for details on changing the allowed skew.&lt;/code>
+This happens when a sink is idle, causing the idle timeout to trigger, or when a specific table is idle long enough when using dynamic destinations.
+When this happens, the job is no longer able to be drained. This has been fixed for the 2.41 release.&lt;/li>
 &lt;/ul>
 &lt;h2 id="list-of-contributors">List of Contributors&lt;/h2>
 &lt;p>According to git shortlog, the following people contributed to the 2.40.0 release. Thank you to all contributors!&lt;/p>
diff --git a/website/generated-content/feed.xml b/website/generated-content/feed.xml
index 86880187745..011e4960cfc 100644
--- a/website/generated-content/feed.xml
+++ b/website/generated-content/feed.xml
@@ -212,6 +212,10 @@ See also example at apache_beam/examples/inference/pytorch_image_classification.
 constructed with some
 &lt;a href="https://docs.python.org/3/library/functions.html">built-ins&lt;/a>, like &lt;code>sum&lt;/code>
 and &lt;code>len&lt;/code> (&lt;a href="https://github.com/apache/beam/issues/22091">#22091&lt;/a>).&lt;/li>
+&lt;li>Java&amp;rsquo;s &lt;code>BigQueryIO.Write&lt;/code> can have an exception where it attempts to output a timestamp beyond the max timestamp range
+&lt;code>Cannot output with timestamp 294247-01-10T04:00:54.776Z. Output timestamps must be no earlier than the timestamp of the current input or timer (294247-01-10T04:00:54.776Z) minus the allowed skew (0 milliseconds) and no later than 294247-01-10T04:00:54.775Z. See the DoFn#getAllowedTimestampSkew() Javadoc for details on changing the allowed skew.&lt;/code>
+This happens when a sink is idle, causing the idle timeout to trigger, or when a specific table is idle long enough when using dynamic destinations.
+When this happens, the job is no longer able to be drained. This has been fixed for the 2.41 release.&lt;/li>
 &lt;/ul>
 &lt;h2 id="list-of-contributors">List of Contributors&lt;/h2>
 &lt;p>According to git shortlog, the following people contributed to the 2.40.0 release. Thank you to all contributors!&lt;/p>
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index 21260a39e94..75a4d33f216 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.41.0/</loc><lastmod>2022-08-23T21:36:06+00:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-08-23T21:36:06+00:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-08-23T21:36:06+00:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-08-23T21:36:06+00: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.41.0/</loc><lastmod>2022-08-23T21:36:06+00:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-09-02T14:00:10-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-09-02T14:00:10-04:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-09-02T14:00:10-04:00</lastmod></url><url><loc>/catego [...]
\ No newline at end of file