This is an automated email from the ASF dual-hosted git repository.

github-bot 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 bf8e0aa25ed Publishing website 2023/11/16 23:37:31 at commit 06265f9
bf8e0aa25ed is described below

commit bf8e0aa25ed91b3deccf64281237c15b19f0f415
Author: runner <runner@main-runner-zt478-fjf8b>
AuthorDate: Thu Nov 16 23:37:31 2023 +0000

    Publishing website 2023/11/16 23:37:31 at commit 06265f9
---
 website/generated-content/blog/splittable-do-fn/index.html | 2 +-
 website/generated-content/sitemap.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/blog/splittable-do-fn/index.html 
b/website/generated-content/blog/splittable-do-fn/index.html
index 31ee9e5b5d7..c27c5731950 100644
--- a/website/generated-content/blog/splittable-do-fn/index.html
+++ b/website/generated-content/blog/splittable-do-fn/index.html
@@ -42,7 +42,7 @@ various data storage systems (&ldquo;IOs&rdquo;). Currently, 
Beam ships <a href=
 connectors</a> with many more in
 active development. As user demands for IO connectors grew, our work on
 improving the related Beam APIs (in particular, the Source API) produced an
-unexpected result: a generalization of Beam&rsquo;s most basic primitive, 
<code>DoFn</code>.</p><h2 id=connectors-as-mini-pipelines>Connectors as 
mini-pipelines</h2><p>One of the main reasons for this vibrant IO connector 
ecosystem is that
+unexpected result: a generalization of Beam&rsquo;s most basic primitive, 
<code>DoFn</code>.</p><h2 id=note-to-reader>Note to reader</h2><p>Hello reader! 
This blog is a great introduction to Splittable DoFns, but was written while 
the documentation was catching up. After reading this, you can continue your 
learning on what Splittable DoFns are and how to implement one in the official 
<a 
href=https://beam.apache.org/documentation/programming-guide/#sdf-basics>Beam 
Documentation</a>.</p><h [...]
 developing a basic IO is relatively straightforward: many connector
 implementations are simply mini-pipelines (composite <code>PTransform</code>s) 
made of the
 basic Beam <code>ParDo</code> and <code>GroupByKey</code> primitives. For 
example,
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 48728f3f1ec..6d7bca55889 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>2023-11-16T12:30:35-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2023-11-16T12:30:35-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2023-11-16T12:30:35-05:00</lastmod></url><url><loc>/blog/contributor-spotlight-johanna-ojeling/</loc><lastmod>2023-11-16T12:30:35-05:00</lastm
 [...]
\ 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>2023-11-16T12:41:22-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2023-11-16T12:41:22-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2023-11-16T12:41:22-08:00</lastmod></url><url><loc>/blog/contributor-spotlight-johanna-ojeling/</loc><lastmod>2023-11-16T12:41:22-08:00</lastm
 [...]
\ No newline at end of file

Reply via email to