This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new c051f3d Commit build products
c051f3d is described below
commit c051f3d4185a1e5d7e987016b557bf02daa96182
Author: Build Pelican (action) <[email protected]>
AuthorDate: Sun Jan 25 13:57:04 2026 +0000
Commit build products
---
blog/2026/01/08/datafusion-52.0.0/index.html | 2 +-
blog/feeds/all-en.atom.xml | 2 +-
blog/feeds/blog.atom.xml | 2 +-
blog/feeds/pmc.atom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/blog/2026/01/08/datafusion-52.0.0/index.html
b/blog/2026/01/08/datafusion-52.0.0/index.html
index cd2715f..5ac045b 100644
--- a/blog/2026/01/08/datafusion-52.0.0/index.html
+++ b/blog/2026/01/08/datafusion-52.0.0/index.html
@@ -122,7 +122,7 @@ WHERE l_returnflag = 'R';
<pre><code class="language-sql">SELECT min(l_shipdate)
FROM lineitem
-- '__current_min' is updated dynamically during execution
-WHERE l_returnflag = 'R' AND l_shipdate > __current_min;
+WHERE l_returnflag = 'R' AND l_shipdate < __current_min;
</code></pre>
<p>Thanks to <a href="https://github.com/2010YOUY01">2010YOUY01</a> for
implementing this feature, with reviews from
<a href="https://github.com/martin-g">martin-g</a>, <a
href="https://github.com/adriangb">adriangb</a>, and <a
href="https://github.com/LiaCastaneda">LiaCastaneda</a>. Related PRs: <a
href="https://github.com/apache/datafusion/pull/18644">#18644</a></p>
diff --git a/blog/feeds/all-en.atom.xml b/blog/feeds/all-en.atom.xml
index a776446..826c687 100644
--- a/blog/feeds/all-en.atom.xml
+++ b/blog/feeds/all-en.atom.xml
@@ -359,7 +359,7 @@ WHERE l_returnflag = 'R';
<pre><code class="language-sql">SELECT min(l_shipdate)
FROM lineitem
-- '__current_min' is updated dynamically during execution
-WHERE l_returnflag = 'R' AND l_shipdate &gt; __current_min;
+WHERE l_returnflag = 'R' AND l_shipdate &lt; __current_min;
</code></pre>
<p>Thanks to <a
href="https://github.com/2010YOUY01">2010YOUY01</a> for implementing
this feature, with reviews from
<a href="https://github.com/martin-g">martin-g</a>, <a
href="https://github.com/adriangb">adriangb</a>, and <a
href="https://github.com/LiaCastaneda">LiaCastaneda</a>. Related PRs:
<a
href="https://github.com/apache/datafusion/pull/18644">#18644</a></p>
diff --git a/blog/feeds/blog.atom.xml b/blog/feeds/blog.atom.xml
index 75dec5b..788c551 100644
--- a/blog/feeds/blog.atom.xml
+++ b/blog/feeds/blog.atom.xml
@@ -359,7 +359,7 @@ WHERE l_returnflag = 'R';
<pre><code class="language-sql">SELECT min(l_shipdate)
FROM lineitem
-- '__current_min' is updated dynamically during execution
-WHERE l_returnflag = 'R' AND l_shipdate &gt; __current_min;
+WHERE l_returnflag = 'R' AND l_shipdate &lt; __current_min;
</code></pre>
<p>Thanks to <a
href="https://github.com/2010YOUY01">2010YOUY01</a> for implementing
this feature, with reviews from
<a href="https://github.com/martin-g">martin-g</a>, <a
href="https://github.com/adriangb">adriangb</a>, and <a
href="https://github.com/LiaCastaneda">LiaCastaneda</a>. Related PRs:
<a
href="https://github.com/apache/datafusion/pull/18644">#18644</a></p>
diff --git a/blog/feeds/pmc.atom.xml b/blog/feeds/pmc.atom.xml
index acb6767..4749cf7 100644
--- a/blog/feeds/pmc.atom.xml
+++ b/blog/feeds/pmc.atom.xml
@@ -75,7 +75,7 @@ WHERE l_returnflag = 'R';
<pre><code class="language-sql">SELECT min(l_shipdate)
FROM lineitem
-- '__current_min' is updated dynamically during execution
-WHERE l_returnflag = 'R' AND l_shipdate &gt; __current_min;
+WHERE l_returnflag = 'R' AND l_shipdate &lt; __current_min;
</code></pre>
<p>Thanks to <a
href="https://github.com/2010YOUY01">2010YOUY01</a> for implementing
this feature, with reviews from
<a href="https://github.com/martin-g">martin-g</a>, <a
href="https://github.com/adriangb">adriangb</a>, and <a
href="https://github.com/LiaCastaneda">LiaCastaneda</a>. Related PRs:
<a
href="https://github.com/apache/datafusion/pull/18644">#18644</a></p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]