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 930e459  Commit build products
930e459 is described below

commit 930e459c59e6cfb4fa7893b750e5eab38b6eb065
Author: Build Pelican (action) <[email protected]>
AuthorDate: Wed Nov 19 20:24:19 2025 +0000

    Commit build products
---
 blog/2025/11/25/datafusion-51.0.0/index.html | 227 +++++++++++++++++++++++++++
 blog/author/pmc.html                         |  35 +++++
 blog/category/blog.html                      |  35 +++++
 blog/feed.xml                                |  27 +++-
 blog/feeds/all-en.atom.xml                   | 126 ++++++++++++++-
 blog/feeds/blog.atom.xml                     | 126 ++++++++++++++-
 blog/feeds/pmc.atom.xml                      | 126 ++++++++++++++-
 blog/feeds/pmc.rss.xml                       |  27 +++-
 blog/index.html                              |  44 ++++++
 9 files changed, 768 insertions(+), 5 deletions(-)

diff --git a/blog/2025/11/25/datafusion-51.0.0/index.html 
b/blog/2025/11/25/datafusion-51.0.0/index.html
new file mode 100644
index 0000000..fb3eb7b
--- /dev/null
+++ b/blog/2025/11/25/datafusion-51.0.0/index.html
@@ -0,0 +1,227 @@
+<!doctype html>
+<html class="no-js" lang="en" dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Apache DataFusion 51.0.0 Released - Apache DataFusion Blog</title>
+<link href="/blog/css/bootstrap.min.css" rel="stylesheet">
+<link href="/blog/css/fontawesome.all.min.css" rel="stylesheet">
+<link href="/blog/css/headerlink.css" rel="stylesheet">
+<link href="/blog/highlight/default.min.css" rel="stylesheet">
+<link href="/blog/css/app.css" rel="stylesheet">
+<script src="/blog/highlight/highlight.js"></script>
+<script>hljs.highlightAll();</script>  </head>
+  <body class="d-flex flex-column h-100">
+  <main class="flex-shrink-0">
+<!-- nav bar -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-dark" aria-label="Fifth 
navbar example">
+    <div class="container-fluid">
+        <a class="navbar-brand" href="/blog"><img 
src="/blog/images/logo_original4x.png" style="height: 32px;"/> Apache 
DataFusion Blog</a>
+        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" 
data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" 
aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+
+        <div class="collapse navbar-collapse" id="navbarADP">
+            <ul class="navbar-nav me-auto mb-2 mb-lg-0">
+                <li class="nav-item">
+                    <a class="nav-link" href="/blog/about.html">About</a>
+                </li>
+                <li class="nav-item">
+                    <a class="nav-link" href="/blog/feed.xml">RSS</a>
+                </li>
+            </ul>
+        </div>
+    </div>
+</nav>    
+<!-- article contents -->
+<div id="contents">
+  <div class="bg-white p-4 p-md-5 rounded">
+    <div class="row justify-content-center">
+      <div class="col-12 col-md-8 main-content">
+        <h1>
+          Apache DataFusion 51.0.0 Released
+        </h1>
+        <p>Posted on: Tue 25 November 2025 by pmc</p>
+
+        <aside class="toc-container d-md-none mb-2">
+          <div class="toc"><span class="toctitle">Contents</span><ul>
+<li><a href="#introduction">Introduction</a></li>
+<li><a href="#performance-improvements">Performance Improvements 🚀</a></li>
+<li><a href="#new-features">New Features ✨</a><ul>
+<li><a href="#decimal32decimal64-everywhere">Decimal32/Decimal64 
Everywhere</a></li>
+<li><a href="#sql-pipe-operators">SQL Pipe Operators</a></li>
+<li><a href="#object-store-profiling-in-datafusion-cli">Object Store Profiling 
in datafusion-cli</a></li>
+<li><a href="#better-defaults-for-remote-parquet-reads">Better Defaults for 
Remote Parquet Reads</a></li>
+</ul>
+</li>
+<li><a href="#upgrade-guide-and-changelog">Upgrade Guide and Changelog</a></li>
+<li><a href="#about-datafusion">About DataFusion</a></li>
+<li><a href="#how-to-get-involved">How to Get Involved</a></li>
+</ul>
+</div>
+        </aside>
+
+        <!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" 
title="Permanent link">¶</a></h2>
+<p>We are proud to announce the release of <a 
href="https://crates.io/crates/datafusion/51.0.0";>DataFusion 51.0.0</a>. This 
post highlights
+some of the major improvements since <a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/";>DataFusion
 50.0.0</a>. The complete list of
+changes is available in the <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md";>changelog</a>.
 Thanks to <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits";>numerous
 contributors</a> for
+making this release possible!</p>
+<h2 id="performance-improvements">Performance Improvements 🚀<a 
class="headerlink" href="#performance-improvements" title="Permanent 
link">¶</a></h2>
+<p><strong>Faster <code>CASE</code> expressions</strong></p>
+<p>A series of optimizer and execution changes (see the
+<a href="https://github.com/apache/datafusion/issues/18075";>CASE performance 
epic</a>)
+significantly reduces work when evaluating complex <code>CASE</code> branches. 
Expressions
+short‑circuit earlier, reuse partial results, and avoid unnecessary scattering,
+speeding up common ETL patterns.</p>
+<p><strong>Fewer object store round-trips for Parquet</strong></p>
+<p>DataFusion now sets a default <code>metadata_size_hint</code> for Parquet 
scans
+(<a href="https://github.com/apache/datafusion/issues/18118";>#18118</a>), 
avoiding the extra
+“last 8‑byte” request many clouds require to read file footers. Remote scans
+typically drop from five requests to four per file, cutting latency and 
transfer
+costs without any application changes.</p>
+<h2 id="new-features">New Features ✨<a class="headerlink" href="#new-features" 
title="Permanent link">¶</a></h2>
+<h3 id="decimal32decimal64-everywhere">Decimal32/Decimal64 Everywhere<a 
class="headerlink" href="#decimal32decimal64-everywhere" title="Permanent 
link">¶</a></h3>
+<p>DataFusion now treats the smaller decimal types as first-class citizens
+(<a href="https://github.com/apache/datafusion/pull/17501";>#17501</a>). 
Aggregations like
+<code>SUM</code>, <code>AVG</code>, <code>MIN/MAX</code>, and window functions 
work seamlessly with <code>Decimal32</code>
+and <code>Decimal64</code>, removing a common source of “type not supported” 
errors for
+financial and sensor workloads.</p>
+<h3 id="sql-pipe-operators">SQL Pipe Operators<a class="headerlink" 
href="#sql-pipe-operators" title="Permanent link">¶</a></h3>
+<p>Pipe operators from sqlparser are now executable in DataFusion
+(<a href="https://github.com/apache/datafusion/pull/17278";>#17278</a>), 
enabling inline
+transforms such as:</p>
+<pre><code class="language-sql">SELECT * FROM t
+|&gt; WHERE a &gt; 10
+|&gt; ORDER BY b
+|&gt; LIMIT 5;
+</code></pre>
+<p>This syntax keeps multi-step transformations concise while preserving 
regular
+SQL semantics.</p>
+<h3 id="object-store-profiling-in-datafusion-cli">Object Store Profiling in 
<code>datafusion-cli</code><a class="headerlink" 
href="#object-store-profiling-in-datafusion-cli" title="Permanent 
link">¶</a></h3>
+<p>The CLI gained built-in instrumentation to trace object store calls
+(<a href="https://github.com/apache/datafusion/issues/17207";>#17207</a>). 
Toggle profiling
+with a single command and inspect the exact <code>GET</code>/<code>LIST</code> 
requests issued during
+query execution:</p>
+<pre><code class="language-sql">&gt; \\object_store_profiling trace
+&gt; SELECT COUNT(*) FROM 'https://datasets.clickhouse.com/.../hits_1.parquet';
+-- trace output includes operation, range, size, path, and duration
+</code></pre>
+<p>This makes it far easier to diagnose slow remote scans and validate caching
+strategies.</p>
+<h3 id="better-defaults-for-remote-parquet-reads">Better Defaults for Remote 
Parquet Reads<a class="headerlink" 
href="#better-defaults-for-remote-parquet-reads" title="Permanent 
link">¶</a></h3>
+<p>Alongside the new profiling tools, DataFusion now uses a larger default 
Parquet
+footer prefetch hint so the first request usually includes the full footer
+(<a href="https://github.com/apache/datafusion/issues/18118";>#18118</a>). 
Users can tune it
+via <code>datafusion.execution.parquet.metadata_size_hint</code>, and disable 
prefetching
+by setting it to <code>0</code>.</p>
+<h2 id="upgrade-guide-and-changelog">Upgrade Guide and Changelog<a 
class="headerlink" href="#upgrade-guide-and-changelog" title="Permanent 
link">¶</a></h2>
+<p>Upgrading to 51.0.0 should be straightforward for most users. Please review 
the
+<a 
href="https://datafusion.apache.org/library-user-guide/upgrading.html";>Upgrade 
Guide</a>
+for details on breaking changes and code snippets to help with the transition.
+For a comprehensive list of all changes, please refer to the <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md";>changelog</a>.</p>
+<h2 id="about-datafusion">About DataFusion<a class="headerlink" 
href="#about-datafusion" title="Permanent link">¶</a></h2>
+<p><a href="https://datafusion.apache.org/";>Apache DataFusion</a> is an 
extensible query engine, written in <a 
href="https://www.rust-lang.org/";>Rust</a>, that uses
+<a href="https://arrow.apache.org";>Apache Arrow</a> as its in-memory format. 
DataFusion is used by developers to
+create new, fast, data-centric systems such as databases, dataframe libraries,
+and machine learning and streaming applications. While <a 
href="https://datafusion.apache.org/user-guide/introduction.html#project-goals";>DataFusion’s
 primary
+design goal</a> is to accelerate the creation of other data-centric systems, it
+provides a reasonable experience directly out of the box as a <a 
href="https://datafusion.apache.org/user-guide/dataframe.html";>dataframe
+library</a>, <a href="https://datafusion.apache.org/python/";>Python 
library</a>, and <a 
href="https://datafusion.apache.org/user-guide/cli/";>command-line SQL 
tool</a>.</p>
+<p>DataFusion's core thesis is that, as a community, together we can build much
+more advanced technology than any of us as individuals or companies could build
+alone. Without DataFusion, highly performant vectorized query engines would
+remain the domain of a few large companies and world-class research
+institutions. With DataFusion, we can all build on top of a shared foundation
+and focus on what makes our projects unique.</p>
+<h2 id="how-to-get-involved">How to Get Involved<a class="headerlink" 
href="#how-to-get-involved" title="Permanent link">¶</a></h2>
+<p>DataFusion is not a project built or driven by a single person, company, or
+foundation. Rather, our community of users and contributors works together to
+build a shared technology that none of us could have built alone.</p>
+<p>If you are interested in joining us, we would love to have you. You can try 
out
+DataFusion on some of your own data and projects and let us know how it goes,
+contribute suggestions, documentation, bug reports, or a PR with documentation,
+tests, or code. A list of open issues suitable for beginners is <a 
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22";>here</a>,
 and you
+can find out how to reach us on the <a 
href="https://datafusion.apache.org/contributor-guide/communication.html";>communication
 doc</a>.</p>
+
+<!--
+  Comments Section
+  Loaded only after explicit visitor consent to comply with ASF policy.
+-->
+
+<div id="comments">
+  <hr>
+  <h3>Comments</h3>
+
+  <!-- Local loader script -->
+  <script src="/content/js/giscus-consent.js" defer></script>
+
+  <!-- Consent UI -->
+  <div id="giscus-consent">
+    <p>
+        We use <a href="https://giscus.app/";>Giscus</a> for comments, powered 
by GitHub Discussions.
+        To respect your privacy, Giscus and comments will load only if you 
click "Show Comments"
+    </p>
+
+    <div class="consent-actions">
+      <button id="giscus-load" type="button">Show Comments</button>
+      <button id="giscus-revoke" type="button" hidden>Hide Comments</button>
+    </div>
+
+    <noscript>JavaScript is required to load comments from Giscus.</noscript>
+  </div>
+
+  <!-- Container where Giscus will render -->
+  <div id="comment-thread"></div>
+</div>      </div>
+      <aside class="toc-container d-none d-md-block col-md-4 col-xl-3 ms-xl-2">
+        <div class="toc"><span class="toctitle">Contents</span><ul>
+<li><a href="#introduction">Introduction</a></li>
+<li><a href="#performance-improvements">Performance Improvements 🚀</a></li>
+<li><a href="#new-features">New Features ✨</a><ul>
+<li><a href="#decimal32decimal64-everywhere">Decimal32/Decimal64 
Everywhere</a></li>
+<li><a href="#sql-pipe-operators">SQL Pipe Operators</a></li>
+<li><a href="#object-store-profiling-in-datafusion-cli">Object Store Profiling 
in datafusion-cli</a></li>
+<li><a href="#better-defaults-for-remote-parquet-reads">Better Defaults for 
Remote Parquet Reads</a></li>
+</ul>
+</li>
+<li><a href="#upgrade-guide-and-changelog">Upgrade Guide and Changelog</a></li>
+<li><a href="#about-datafusion">About DataFusion</a></li>
+<li><a href="#how-to-get-involved">How to Get Involved</a></li>
+</ul>
+</div>
+      </aside>
+    </div>
+  </div>
+</div>    
+    <!-- footer -->
+    <div class="row g-0">
+      <div class="col-12">
+        <p style="font-style: italic; font-size: 0.8rem; text-align: center;">
+          Copyright 2025, <a href="https://www.apache.org/";>The Apache 
Software Foundation</a>, Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>
+          Apache&reg; and the Apache feather logo are trademarks of The Apache 
Software Foundation.
+        </p>
+      </div>
+    </div>
+    <script src="/blog/js/bootstrap.bundle.min.js"></script>  </main>
+  </body>
+</html>
diff --git a/blog/author/pmc.html b/blog/author/pmc.html
index d112de6..76ba6b0 100644
--- a/blog/author/pmc.html
+++ b/blog/author/pmc.html
@@ -20,6 +20,41 @@
 <h2>Articles by pmc</h2>
 
 <ol id="post-list">
+        <li><article class="hentry">
+                <header> <h2 class="entry-title"><a 
href="https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0"; 
rel="bookmark" title="Permalink to Apache DataFusion 51.0.0 Released">Apache 
DataFusion 51.0.0 Released</a></h2> </header>
+                <footer class="post-info">
+                    <time class="published" 
datetime="2025-11-25T00:00:00+00:00"> Tue 25 November 2025 </time>
+                    <address class="vcard author">By
+                        <a class="url fn" 
href="https://datafusion.apache.org/blog/author/pmc.html";>pmc</a>
+                    </address>
+                </footer><!-- /.post-info -->
+                <div class="entry-content"> <!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" 
title="Permanent link">¶</a></h2>
+<p>We are proud to announce the release of <a 
href="https://crates.io/crates/datafusion/51.0.0";>DataFusion 51.0.0</a>. This 
post highlights
+some of the major improvements since <a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/";>DataFusion
 50.0.0</a>. The complete list of
+changes is available in the <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md";>changelog</a>.
 Thanks to <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits";>numerous
 contributors</a> for
+making this release possible!</p>
+<h2 id="performance-improvements">Performance Improvements 🚀<a 
class="headerlink" href="#performance-improvements" title="Permanent 
link">¶</a></h2>
+<p><strong>Faster <code>CASE</code> expressions …</strong></p> </div><!-- 
/.entry-content -->
+        </article></li>
         <li><article class="hentry">
                 <header> <h2 class="entry-title"><a 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0"; 
rel="bookmark" title="Permalink to Apache DataFusion Comet 0.11.0 
Release">Apache DataFusion Comet 0.11.0 Release</a></h2> </header>
                 <footer class="post-info">
diff --git a/blog/category/blog.html b/blog/category/blog.html
index 7257a5a..a058ac3 100644
--- a/blog/category/blog.html
+++ b/blog/category/blog.html
@@ -21,6 +21,41 @@
 <h2>Articles in the blog category</h2>
 
 <ol id="post-list">
+        <li><article class="hentry">
+                <header> <h2 class="entry-title"><a 
href="https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0"; 
rel="bookmark" title="Permalink to Apache DataFusion 51.0.0 Released">Apache 
DataFusion 51.0.0 Released</a></h2> </header>
+                <footer class="post-info">
+                    <time class="published" 
datetime="2025-11-25T00:00:00+00:00"> Tue 25 November 2025 </time>
+                    <address class="vcard author">By
+                        <a class="url fn" 
href="https://datafusion.apache.org/blog/author/pmc.html";>pmc</a>
+                    </address>
+                </footer><!-- /.post-info -->
+                <div class="entry-content"> <!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" 
title="Permanent link">¶</a></h2>
+<p>We are proud to announce the release of <a 
href="https://crates.io/crates/datafusion/51.0.0";>DataFusion 51.0.0</a>. This 
post highlights
+some of the major improvements since <a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/";>DataFusion
 50.0.0</a>. The complete list of
+changes is available in the <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md";>changelog</a>.
 Thanks to <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits";>numerous
 contributors</a> for
+making this release possible!</p>
+<h2 id="performance-improvements">Performance Improvements 🚀<a 
class="headerlink" href="#performance-improvements" title="Permanent 
link">¶</a></h2>
+<p><strong>Faster <code>CASE</code> expressions …</strong></p> </div><!-- 
/.entry-content -->
+        </article></li>
         <li><article class="hentry">
                 <header> <h2 class="entry-title"><a 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0"; 
rel="bookmark" title="Permalink to Apache DataFusion Comet 0.11.0 
Release">Apache DataFusion Comet 0.11.0 Release</a></h2> </header>
                 <footer class="post-info">
diff --git a/blog/feed.xml b/blog/feed.xml
index 2579a43..64f592f 100644
--- a/blog/feed.xml
+++ b/blog/feed.xml
@@ -1,5 +1,30 @@
 <?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0"><channel><title>Apache DataFusion 
Blog</title><link>https://datafusion.apache.org/blog/</link><description></description><lastBuildDate>Tue,
 21 Oct 2025 00:00:00 +0000</lastBuildDate><item><title>Apache DataFusion Comet 
0.11.0 
Release</title><link>https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0</link><description>&lt;!--
+<rss version="2.0"><channel><title>Apache DataFusion 
Blog</title><link>https://datafusion.apache.org/blog/</link><description></description><lastBuildDate>Tue,
 25 Nov 2025 00:00:00 +0000</lastBuildDate><item><title>Apache DataFusion 
51.0.0 
Released</title><link>https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0</link><description>&lt;!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; expressions 
…&lt;/strong&gt;&lt;/p&gt;</description><dc:creator 
xmlns:dc="http://purl.org/dc/elements/1.1/";>pmc</dc:creator><pubDate>Tue, 25 
Nov 2025 00:00:00 +0000</pubDate><guid 
isPermaLink="false">tag:datafusion.apache.org,2025-11-25:/blog/2025/11/25/datafusion-51.0.0</guid><category>blog</category></item><item><title>Apache
 DataFusion Comet 0.11.0 
Release</title><link>https://datafusion.apache.org/blog/2025/10/21/datafusion- 
[...]
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
diff --git a/blog/feeds/all-en.atom.xml b/blog/feeds/all-en.atom.xml
index a3a30a3..9b190a7 100644
--- a/blog/feeds/all-en.atom.xml
+++ b/blog/feeds/all-en.atom.xml
@@ -1,5 +1,129 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom";><title>Apache DataFusion 
Blog</title><link href="https://datafusion.apache.org/blog/"; 
rel="alternate"></link><link 
href="https://datafusion.apache.org/blog/feeds/all-en.atom.xml"; 
rel="self"></link><id>https://datafusion.apache.org/blog/</id><updated>2025-10-21T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
 DataFusion Comet 0.11.0 Release</title><link 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0"; r 
[...]
+<feed xmlns="http://www.w3.org/2005/Atom";><title>Apache DataFusion 
Blog</title><link href="https://datafusion.apache.org/blog/"; 
rel="alternate"></link><link 
href="https://datafusion.apache.org/blog/feeds/all-en.atom.xml"; 
rel="self"></link><id>https://datafusion.apache.org/blog/</id><updated>2025-11-25T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
 DataFusion 51.0.0 Released</title><link 
href="https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0"; 
rel="alterna [...]
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; expressions 
…&lt;/strong&gt;&lt;/p&gt;</summary><content type="html">&lt;!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; 
expressions&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;A series of optimizer and execution changes (see the
+&lt;a href="https://github.com/apache/datafusion/issues/18075"&gt;CASE 
performance epic&lt;/a&gt;)
+significantly reduces work when evaluating complex 
&lt;code&gt;CASE&lt;/code&gt; branches. Expressions
+short‑circuit earlier, reuse partial results, and avoid unnecessary scattering,
+speeding up common ETL patterns.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Fewer object store round-trips for 
Parquet&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;DataFusion now sets a default 
&lt;code&gt;metadata_size_hint&lt;/code&gt; for Parquet scans
+(&lt;a 
href="https://github.com/apache/datafusion/issues/18118"&gt;#18118&lt;/a&gt;), 
avoiding the extra
+“last 8‑byte” request many clouds require to read file footers. Remote scans
+typically drop from five requests to four per file, cutting latency and 
transfer
+costs without any application changes.&lt;/p&gt;
+&lt;h2 id="new-features"&gt;New Features ✨&lt;a class="headerlink" 
href="#new-features" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;h3 id="decimal32decimal64-everywhere"&gt;Decimal32/Decimal64 
Everywhere&lt;a class="headerlink" href="#decimal32decimal64-everywhere" 
title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;DataFusion now treats the smaller decimal types as first-class 
citizens
+(&lt;a 
href="https://github.com/apache/datafusion/pull/17501"&gt;#17501&lt;/a&gt;). 
Aggregations like
+&lt;code&gt;SUM&lt;/code&gt;, &lt;code&gt;AVG&lt;/code&gt;, 
&lt;code&gt;MIN/MAX&lt;/code&gt;, and window functions work seamlessly with 
&lt;code&gt;Decimal32&lt;/code&gt;
+and &lt;code&gt;Decimal64&lt;/code&gt;, removing a common source of “type not 
supported” errors for
+financial and sensor workloads.&lt;/p&gt;
+&lt;h3 id="sql-pipe-operators"&gt;SQL Pipe Operators&lt;a class="headerlink" 
href="#sql-pipe-operators" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;Pipe operators from sqlparser are now executable in DataFusion
+(&lt;a 
href="https://github.com/apache/datafusion/pull/17278"&gt;#17278&lt;/a&gt;), 
enabling inline
+transforms such as:&lt;/p&gt;
+&lt;pre&gt;&lt;code class="language-sql"&gt;SELECT * FROM t
+|&amp;gt; WHERE a &amp;gt; 10
+|&amp;gt; ORDER BY b
+|&amp;gt; LIMIT 5;
+&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;This syntax keeps multi-step transformations concise while preserving 
regular
+SQL semantics.&lt;/p&gt;
+&lt;h3 id="object-store-profiling-in-datafusion-cli"&gt;Object Store Profiling 
in &lt;code&gt;datafusion-cli&lt;/code&gt;&lt;a class="headerlink" 
href="#object-store-profiling-in-datafusion-cli" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;The CLI gained built-in instrumentation to trace object store calls
+(&lt;a 
href="https://github.com/apache/datafusion/issues/17207"&gt;#17207&lt;/a&gt;). 
Toggle profiling
+with a single command and inspect the exact 
&lt;code&gt;GET&lt;/code&gt;/&lt;code&gt;LIST&lt;/code&gt; requests issued 
during
+query execution:&lt;/p&gt;
+&lt;pre&gt;&lt;code class="language-sql"&gt;&amp;gt; \\object_store_profiling 
trace
+&amp;gt; SELECT COUNT(*) FROM 
'https://datasets.clickhouse.com/.../hits_1.parquet';
+-- trace output includes operation, range, size, path, and duration
+&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;This makes it far easier to diagnose slow remote scans and validate 
caching
+strategies.&lt;/p&gt;
+&lt;h3 id="better-defaults-for-remote-parquet-reads"&gt;Better Defaults for 
Remote Parquet Reads&lt;a class="headerlink" 
href="#better-defaults-for-remote-parquet-reads" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;Alongside the new profiling tools, DataFusion now uses a larger 
default Parquet
+footer prefetch hint so the first request usually includes the full footer
+(&lt;a 
href="https://github.com/apache/datafusion/issues/18118"&gt;#18118&lt;/a&gt;). 
Users can tune it
+via &lt;code&gt;datafusion.execution.parquet.metadata_size_hint&lt;/code&gt;, 
and disable prefetching
+by setting it to &lt;code&gt;0&lt;/code&gt;.&lt;/p&gt;
+&lt;h2 id="upgrade-guide-and-changelog"&gt;Upgrade Guide and Changelog&lt;a 
class="headerlink" href="#upgrade-guide-and-changelog" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;Upgrading to 51.0.0 should be straightforward for most users. Please 
review the
+&lt;a 
href="https://datafusion.apache.org/library-user-guide/upgrading.html"&gt;Upgrade
 Guide&lt;/a&gt;
+for details on breaking changes and code snippets to help with the transition.
+For a comprehensive list of all changes, please refer to the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.&lt;/p&gt;
+&lt;h2 id="about-datafusion"&gt;About DataFusion&lt;a class="headerlink" 
href="#about-datafusion" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;a href="https://datafusion.apache.org/"&gt;Apache 
DataFusion&lt;/a&gt; is an extensible query engine, written in &lt;a 
href="https://www.rust-lang.org/"&gt;Rust&lt;/a&gt;, that uses
+&lt;a href="https://arrow.apache.org"&gt;Apache Arrow&lt;/a&gt; as its 
in-memory format. DataFusion is used by developers to
+create new, fast, data-centric systems such as databases, dataframe libraries,
+and machine learning and streaming applications. While &lt;a 
href="https://datafusion.apache.org/user-guide/introduction.html#project-goals"&gt;DataFusion’s
 primary
+design goal&lt;/a&gt; is to accelerate the creation of other data-centric 
systems, it
+provides a reasonable experience directly out of the box as a &lt;a 
href="https://datafusion.apache.org/user-guide/dataframe.html"&gt;dataframe
+library&lt;/a&gt;, &lt;a 
href="https://datafusion.apache.org/python/"&gt;Python library&lt;/a&gt;, and 
&lt;a href="https://datafusion.apache.org/user-guide/cli/"&gt;command-line SQL 
tool&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;DataFusion's core thesis is that, as a community, together we can 
build much
+more advanced technology than any of us as individuals or companies could build
+alone. Without DataFusion, highly performant vectorized query engines would
+remain the domain of a few large companies and world-class research
+institutions. With DataFusion, we can all build on top of a shared foundation
+and focus on what makes our projects unique.&lt;/p&gt;
+&lt;h2 id="how-to-get-involved"&gt;How to Get Involved&lt;a class="headerlink" 
href="#how-to-get-involved" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;DataFusion is not a project built or driven by a single person, 
company, or
+foundation. Rather, our community of users and contributors works together to
+build a shared technology that none of us could have built alone.&lt;/p&gt;
+&lt;p&gt;If you are interested in joining us, we would love to have you. You 
can try out
+DataFusion on some of your own data and projects and let us know how it goes,
+contribute suggestions, documentation, bug reports, or a PR with documentation,
+tests, or code. A list of open issues suitable for beginners is &lt;a 
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"&gt;here&lt;/a&gt;,
 and you
+can find out how to reach us on the &lt;a 
href="https://datafusion.apache.org/contributor-guide/communication.html"&gt;communication
 doc&lt;/a&gt;.&lt;/p&gt;</content><category 
term="blog"></category></entry><entry><title>Apache DataFusion Comet 0.11.0 
Release</title><link 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0"; 
rel="alternate"></link><published>2025-10-21T00:00:00+00:00</published><updated>2025-10-21T00:00:00+00:00</updated><author><name>pmc</name></
 [...]
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
diff --git a/blog/feeds/blog.atom.xml b/blog/feeds/blog.atom.xml
index 6b52cb2..72e42e9 100644
--- a/blog/feeds/blog.atom.xml
+++ b/blog/feeds/blog.atom.xml
@@ -1,5 +1,129 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom";><title>Apache DataFusion Blog - 
blog</title><link href="https://datafusion.apache.org/blog/"; 
rel="alternate"></link><link 
href="https://datafusion.apache.org/blog/feeds/blog.atom.xml"; 
rel="self"></link><id>https://datafusion.apache.org/blog/</id><updated>2025-10-21T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
 DataFusion Comet 0.11.0 Release</title><link 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11 [...]
+<feed xmlns="http://www.w3.org/2005/Atom";><title>Apache DataFusion Blog - 
blog</title><link href="https://datafusion.apache.org/blog/"; 
rel="alternate"></link><link 
href="https://datafusion.apache.org/blog/feeds/blog.atom.xml"; 
rel="self"></link><id>https://datafusion.apache.org/blog/</id><updated>2025-11-25T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
 DataFusion 51.0.0 Released</title><link 
href="https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0"; rel="al 
[...]
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; expressions 
…&lt;/strong&gt;&lt;/p&gt;</summary><content type="html">&lt;!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; 
expressions&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;A series of optimizer and execution changes (see the
+&lt;a href="https://github.com/apache/datafusion/issues/18075"&gt;CASE 
performance epic&lt;/a&gt;)
+significantly reduces work when evaluating complex 
&lt;code&gt;CASE&lt;/code&gt; branches. Expressions
+short‑circuit earlier, reuse partial results, and avoid unnecessary scattering,
+speeding up common ETL patterns.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Fewer object store round-trips for 
Parquet&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;DataFusion now sets a default 
&lt;code&gt;metadata_size_hint&lt;/code&gt; for Parquet scans
+(&lt;a 
href="https://github.com/apache/datafusion/issues/18118"&gt;#18118&lt;/a&gt;), 
avoiding the extra
+“last 8‑byte” request many clouds require to read file footers. Remote scans
+typically drop from five requests to four per file, cutting latency and 
transfer
+costs without any application changes.&lt;/p&gt;
+&lt;h2 id="new-features"&gt;New Features ✨&lt;a class="headerlink" 
href="#new-features" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;h3 id="decimal32decimal64-everywhere"&gt;Decimal32/Decimal64 
Everywhere&lt;a class="headerlink" href="#decimal32decimal64-everywhere" 
title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;DataFusion now treats the smaller decimal types as first-class 
citizens
+(&lt;a 
href="https://github.com/apache/datafusion/pull/17501"&gt;#17501&lt;/a&gt;). 
Aggregations like
+&lt;code&gt;SUM&lt;/code&gt;, &lt;code&gt;AVG&lt;/code&gt;, 
&lt;code&gt;MIN/MAX&lt;/code&gt;, and window functions work seamlessly with 
&lt;code&gt;Decimal32&lt;/code&gt;
+and &lt;code&gt;Decimal64&lt;/code&gt;, removing a common source of “type not 
supported” errors for
+financial and sensor workloads.&lt;/p&gt;
+&lt;h3 id="sql-pipe-operators"&gt;SQL Pipe Operators&lt;a class="headerlink" 
href="#sql-pipe-operators" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;Pipe operators from sqlparser are now executable in DataFusion
+(&lt;a 
href="https://github.com/apache/datafusion/pull/17278"&gt;#17278&lt;/a&gt;), 
enabling inline
+transforms such as:&lt;/p&gt;
+&lt;pre&gt;&lt;code class="language-sql"&gt;SELECT * FROM t
+|&amp;gt; WHERE a &amp;gt; 10
+|&amp;gt; ORDER BY b
+|&amp;gt; LIMIT 5;
+&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;This syntax keeps multi-step transformations concise while preserving 
regular
+SQL semantics.&lt;/p&gt;
+&lt;h3 id="object-store-profiling-in-datafusion-cli"&gt;Object Store Profiling 
in &lt;code&gt;datafusion-cli&lt;/code&gt;&lt;a class="headerlink" 
href="#object-store-profiling-in-datafusion-cli" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;The CLI gained built-in instrumentation to trace object store calls
+(&lt;a 
href="https://github.com/apache/datafusion/issues/17207"&gt;#17207&lt;/a&gt;). 
Toggle profiling
+with a single command and inspect the exact 
&lt;code&gt;GET&lt;/code&gt;/&lt;code&gt;LIST&lt;/code&gt; requests issued 
during
+query execution:&lt;/p&gt;
+&lt;pre&gt;&lt;code class="language-sql"&gt;&amp;gt; \\object_store_profiling 
trace
+&amp;gt; SELECT COUNT(*) FROM 
'https://datasets.clickhouse.com/.../hits_1.parquet';
+-- trace output includes operation, range, size, path, and duration
+&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;This makes it far easier to diagnose slow remote scans and validate 
caching
+strategies.&lt;/p&gt;
+&lt;h3 id="better-defaults-for-remote-parquet-reads"&gt;Better Defaults for 
Remote Parquet Reads&lt;a class="headerlink" 
href="#better-defaults-for-remote-parquet-reads" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;Alongside the new profiling tools, DataFusion now uses a larger 
default Parquet
+footer prefetch hint so the first request usually includes the full footer
+(&lt;a 
href="https://github.com/apache/datafusion/issues/18118"&gt;#18118&lt;/a&gt;). 
Users can tune it
+via &lt;code&gt;datafusion.execution.parquet.metadata_size_hint&lt;/code&gt;, 
and disable prefetching
+by setting it to &lt;code&gt;0&lt;/code&gt;.&lt;/p&gt;
+&lt;h2 id="upgrade-guide-and-changelog"&gt;Upgrade Guide and Changelog&lt;a 
class="headerlink" href="#upgrade-guide-and-changelog" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;Upgrading to 51.0.0 should be straightforward for most users. Please 
review the
+&lt;a 
href="https://datafusion.apache.org/library-user-guide/upgrading.html"&gt;Upgrade
 Guide&lt;/a&gt;
+for details on breaking changes and code snippets to help with the transition.
+For a comprehensive list of all changes, please refer to the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.&lt;/p&gt;
+&lt;h2 id="about-datafusion"&gt;About DataFusion&lt;a class="headerlink" 
href="#about-datafusion" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;a href="https://datafusion.apache.org/"&gt;Apache 
DataFusion&lt;/a&gt; is an extensible query engine, written in &lt;a 
href="https://www.rust-lang.org/"&gt;Rust&lt;/a&gt;, that uses
+&lt;a href="https://arrow.apache.org"&gt;Apache Arrow&lt;/a&gt; as its 
in-memory format. DataFusion is used by developers to
+create new, fast, data-centric systems such as databases, dataframe libraries,
+and machine learning and streaming applications. While &lt;a 
href="https://datafusion.apache.org/user-guide/introduction.html#project-goals"&gt;DataFusion’s
 primary
+design goal&lt;/a&gt; is to accelerate the creation of other data-centric 
systems, it
+provides a reasonable experience directly out of the box as a &lt;a 
href="https://datafusion.apache.org/user-guide/dataframe.html"&gt;dataframe
+library&lt;/a&gt;, &lt;a 
href="https://datafusion.apache.org/python/"&gt;Python library&lt;/a&gt;, and 
&lt;a href="https://datafusion.apache.org/user-guide/cli/"&gt;command-line SQL 
tool&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;DataFusion's core thesis is that, as a community, together we can 
build much
+more advanced technology than any of us as individuals or companies could build
+alone. Without DataFusion, highly performant vectorized query engines would
+remain the domain of a few large companies and world-class research
+institutions. With DataFusion, we can all build on top of a shared foundation
+and focus on what makes our projects unique.&lt;/p&gt;
+&lt;h2 id="how-to-get-involved"&gt;How to Get Involved&lt;a class="headerlink" 
href="#how-to-get-involved" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;DataFusion is not a project built or driven by a single person, 
company, or
+foundation. Rather, our community of users and contributors works together to
+build a shared technology that none of us could have built alone.&lt;/p&gt;
+&lt;p&gt;If you are interested in joining us, we would love to have you. You 
can try out
+DataFusion on some of your own data and projects and let us know how it goes,
+contribute suggestions, documentation, bug reports, or a PR with documentation,
+tests, or code. A list of open issues suitable for beginners is &lt;a 
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"&gt;here&lt;/a&gt;,
 and you
+can find out how to reach us on the &lt;a 
href="https://datafusion.apache.org/contributor-guide/communication.html"&gt;communication
 doc&lt;/a&gt;.&lt;/p&gt;</content><category 
term="blog"></category></entry><entry><title>Apache DataFusion Comet 0.11.0 
Release</title><link 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0"; 
rel="alternate"></link><published>2025-10-21T00:00:00+00:00</published><updated>2025-10-21T00:00:00+00:00</updated><author><name>pmc</name></
 [...]
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
diff --git a/blog/feeds/pmc.atom.xml b/blog/feeds/pmc.atom.xml
index cb853b7..2d10b09 100644
--- a/blog/feeds/pmc.atom.xml
+++ b/blog/feeds/pmc.atom.xml
@@ -1,5 +1,129 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom";><title>Apache DataFusion Blog - 
pmc</title><link href="https://datafusion.apache.org/blog/"; 
rel="alternate"></link><link 
href="https://datafusion.apache.org/blog/feeds/pmc.atom.xml"; 
rel="self"></link><id>https://datafusion.apache.org/blog/</id><updated>2025-10-21T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
 DataFusion Comet 0.11.0 Release</title><link 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0 
[...]
+<feed xmlns="http://www.w3.org/2005/Atom";><title>Apache DataFusion Blog - 
pmc</title><link href="https://datafusion.apache.org/blog/"; 
rel="alternate"></link><link 
href="https://datafusion.apache.org/blog/feeds/pmc.atom.xml"; 
rel="self"></link><id>https://datafusion.apache.org/blog/</id><updated>2025-11-25T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
 DataFusion 51.0.0 Released</title><link 
href="https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0"; 
rel="alte [...]
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; expressions 
…&lt;/strong&gt;&lt;/p&gt;</summary><content type="html">&lt;!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; 
expressions&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;A series of optimizer and execution changes (see the
+&lt;a href="https://github.com/apache/datafusion/issues/18075"&gt;CASE 
performance epic&lt;/a&gt;)
+significantly reduces work when evaluating complex 
&lt;code&gt;CASE&lt;/code&gt; branches. Expressions
+short‑circuit earlier, reuse partial results, and avoid unnecessary scattering,
+speeding up common ETL patterns.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Fewer object store round-trips for 
Parquet&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;DataFusion now sets a default 
&lt;code&gt;metadata_size_hint&lt;/code&gt; for Parquet scans
+(&lt;a 
href="https://github.com/apache/datafusion/issues/18118"&gt;#18118&lt;/a&gt;), 
avoiding the extra
+“last 8‑byte” request many clouds require to read file footers. Remote scans
+typically drop from five requests to four per file, cutting latency and 
transfer
+costs without any application changes.&lt;/p&gt;
+&lt;h2 id="new-features"&gt;New Features ✨&lt;a class="headerlink" 
href="#new-features" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;h3 id="decimal32decimal64-everywhere"&gt;Decimal32/Decimal64 
Everywhere&lt;a class="headerlink" href="#decimal32decimal64-everywhere" 
title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;DataFusion now treats the smaller decimal types as first-class 
citizens
+(&lt;a 
href="https://github.com/apache/datafusion/pull/17501"&gt;#17501&lt;/a&gt;). 
Aggregations like
+&lt;code&gt;SUM&lt;/code&gt;, &lt;code&gt;AVG&lt;/code&gt;, 
&lt;code&gt;MIN/MAX&lt;/code&gt;, and window functions work seamlessly with 
&lt;code&gt;Decimal32&lt;/code&gt;
+and &lt;code&gt;Decimal64&lt;/code&gt;, removing a common source of “type not 
supported” errors for
+financial and sensor workloads.&lt;/p&gt;
+&lt;h3 id="sql-pipe-operators"&gt;SQL Pipe Operators&lt;a class="headerlink" 
href="#sql-pipe-operators" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;Pipe operators from sqlparser are now executable in DataFusion
+(&lt;a 
href="https://github.com/apache/datafusion/pull/17278"&gt;#17278&lt;/a&gt;), 
enabling inline
+transforms such as:&lt;/p&gt;
+&lt;pre&gt;&lt;code class="language-sql"&gt;SELECT * FROM t
+|&amp;gt; WHERE a &amp;gt; 10
+|&amp;gt; ORDER BY b
+|&amp;gt; LIMIT 5;
+&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;This syntax keeps multi-step transformations concise while preserving 
regular
+SQL semantics.&lt;/p&gt;
+&lt;h3 id="object-store-profiling-in-datafusion-cli"&gt;Object Store Profiling 
in &lt;code&gt;datafusion-cli&lt;/code&gt;&lt;a class="headerlink" 
href="#object-store-profiling-in-datafusion-cli" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;The CLI gained built-in instrumentation to trace object store calls
+(&lt;a 
href="https://github.com/apache/datafusion/issues/17207"&gt;#17207&lt;/a&gt;). 
Toggle profiling
+with a single command and inspect the exact 
&lt;code&gt;GET&lt;/code&gt;/&lt;code&gt;LIST&lt;/code&gt; requests issued 
during
+query execution:&lt;/p&gt;
+&lt;pre&gt;&lt;code class="language-sql"&gt;&amp;gt; \\object_store_profiling 
trace
+&amp;gt; SELECT COUNT(*) FROM 
'https://datasets.clickhouse.com/.../hits_1.parquet';
+-- trace output includes operation, range, size, path, and duration
+&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;This makes it far easier to diagnose slow remote scans and validate 
caching
+strategies.&lt;/p&gt;
+&lt;h3 id="better-defaults-for-remote-parquet-reads"&gt;Better Defaults for 
Remote Parquet Reads&lt;a class="headerlink" 
href="#better-defaults-for-remote-parquet-reads" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h3&gt;
+&lt;p&gt;Alongside the new profiling tools, DataFusion now uses a larger 
default Parquet
+footer prefetch hint so the first request usually includes the full footer
+(&lt;a 
href="https://github.com/apache/datafusion/issues/18118"&gt;#18118&lt;/a&gt;). 
Users can tune it
+via &lt;code&gt;datafusion.execution.parquet.metadata_size_hint&lt;/code&gt;, 
and disable prefetching
+by setting it to &lt;code&gt;0&lt;/code&gt;.&lt;/p&gt;
+&lt;h2 id="upgrade-guide-and-changelog"&gt;Upgrade Guide and Changelog&lt;a 
class="headerlink" href="#upgrade-guide-and-changelog" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;Upgrading to 51.0.0 should be straightforward for most users. Please 
review the
+&lt;a 
href="https://datafusion.apache.org/library-user-guide/upgrading.html"&gt;Upgrade
 Guide&lt;/a&gt;
+for details on breaking changes and code snippets to help with the transition.
+For a comprehensive list of all changes, please refer to the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.&lt;/p&gt;
+&lt;h2 id="about-datafusion"&gt;About DataFusion&lt;a class="headerlink" 
href="#about-datafusion" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;a href="https://datafusion.apache.org/"&gt;Apache 
DataFusion&lt;/a&gt; is an extensible query engine, written in &lt;a 
href="https://www.rust-lang.org/"&gt;Rust&lt;/a&gt;, that uses
+&lt;a href="https://arrow.apache.org"&gt;Apache Arrow&lt;/a&gt; as its 
in-memory format. DataFusion is used by developers to
+create new, fast, data-centric systems such as databases, dataframe libraries,
+and machine learning and streaming applications. While &lt;a 
href="https://datafusion.apache.org/user-guide/introduction.html#project-goals"&gt;DataFusion’s
 primary
+design goal&lt;/a&gt; is to accelerate the creation of other data-centric 
systems, it
+provides a reasonable experience directly out of the box as a &lt;a 
href="https://datafusion.apache.org/user-guide/dataframe.html"&gt;dataframe
+library&lt;/a&gt;, &lt;a 
href="https://datafusion.apache.org/python/"&gt;Python library&lt;/a&gt;, and 
&lt;a href="https://datafusion.apache.org/user-guide/cli/"&gt;command-line SQL 
tool&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;DataFusion's core thesis is that, as a community, together we can 
build much
+more advanced technology than any of us as individuals or companies could build
+alone. Without DataFusion, highly performant vectorized query engines would
+remain the domain of a few large companies and world-class research
+institutions. With DataFusion, we can all build on top of a shared foundation
+and focus on what makes our projects unique.&lt;/p&gt;
+&lt;h2 id="how-to-get-involved"&gt;How to Get Involved&lt;a class="headerlink" 
href="#how-to-get-involved" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;DataFusion is not a project built or driven by a single person, 
company, or
+foundation. Rather, our community of users and contributors works together to
+build a shared technology that none of us could have built alone.&lt;/p&gt;
+&lt;p&gt;If you are interested in joining us, we would love to have you. You 
can try out
+DataFusion on some of your own data and projects and let us know how it goes,
+contribute suggestions, documentation, bug reports, or a PR with documentation,
+tests, or code. A list of open issues suitable for beginners is &lt;a 
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"&gt;here&lt;/a&gt;,
 and you
+can find out how to reach us on the &lt;a 
href="https://datafusion.apache.org/contributor-guide/communication.html"&gt;communication
 doc&lt;/a&gt;.&lt;/p&gt;</content><category 
term="blog"></category></entry><entry><title>Apache DataFusion Comet 0.11.0 
Release</title><link 
href="https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0"; 
rel="alternate"></link><published>2025-10-21T00:00:00+00:00</published><updated>2025-10-21T00:00:00+00:00</updated><author><name>pmc</name></
 [...]
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
diff --git a/blog/feeds/pmc.rss.xml b/blog/feeds/pmc.rss.xml
index 194a0ea..e6ccfeb 100644
--- a/blog/feeds/pmc.rss.xml
+++ b/blog/feeds/pmc.rss.xml
@@ -1,5 +1,30 @@
 <?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0"><channel><title>Apache DataFusion Blog - 
pmc</title><link>https://datafusion.apache.org/blog/</link><description></description><lastBuildDate>Tue,
 21 Oct 2025 00:00:00 +0000</lastBuildDate><item><title>Apache DataFusion Comet 
0.11.0 
Release</title><link>https://datafusion.apache.org/blog/2025/10/21/datafusion-comet-0.11.0</link><description>&lt;!--
+<rss version="2.0"><channel><title>Apache DataFusion Blog - 
pmc</title><link>https://datafusion.apache.org/blog/</link><description></description><lastBuildDate>Tue,
 25 Nov 2025 00:00:00 +0000</lastBuildDate><item><title>Apache DataFusion 
51.0.0 
Released</title><link>https://datafusion.apache.org/blog/2025/11/25/datafusion-51.0.0</link><description>&lt;!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+--&gt;
+
+&lt;h2 id="introduction"&gt;Introduction&lt;a class="headerlink" 
href="#introduction" title="Permanent link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;We are proud to announce the release of &lt;a 
href="https://crates.io/crates/datafusion/51.0.0"&gt;DataFusion 
51.0.0&lt;/a&gt;. This post highlights
+some of the major improvements since &lt;a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/"&gt;DataFusion
 50.0.0&lt;/a&gt;. The complete list of
+changes is available in the &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md"&gt;changelog&lt;/a&gt;.
 Thanks to &lt;a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits"&gt;numerous
 contributors&lt;/a&gt; for
+making this release possible!&lt;/p&gt;
+&lt;h2 id="performance-improvements"&gt;Performance Improvements 🚀&lt;a 
class="headerlink" href="#performance-improvements" title="Permanent 
link"&gt;¶&lt;/a&gt;&lt;/h2&gt;
+&lt;p&gt;&lt;strong&gt;Faster &lt;code&gt;CASE&lt;/code&gt; expressions 
…&lt;/strong&gt;&lt;/p&gt;</description><dc:creator 
xmlns:dc="http://purl.org/dc/elements/1.1/";>pmc</dc:creator><pubDate>Tue, 25 
Nov 2025 00:00:00 +0000</pubDate><guid 
isPermaLink="false">tag:datafusion.apache.org,2025-11-25:/blog/2025/11/25/datafusion-51.0.0</guid><category>blog</category></item><item><title>Apache
 DataFusion Comet 0.11.0 
Release</title><link>https://datafusion.apache.org/blog/2025/10/21/datafusion- 
[...]
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
diff --git a/blog/index.html b/blog/index.html
index 880f8b0..1ec95f8 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -45,6 +45,50 @@
             <p><i>Here you can find the latest updates from DataFusion and 
related projects.</i></p>
 
 
+    <!-- Post -->
+    <div class="row">
+        <div class="callout">
+            <article class="post">
+                <header>
+                    <div class="title">
+                        <h1><a 
href="/blog/2025/11/25/datafusion-51.0.0">Apache DataFusion 51.0.0 
Released</a></h1>
+                        <p>Posted on: Tue 25 November 2025 by pmc</p>
+                        <p><!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" 
title="Permanent link">¶</a></h2>
+<p>We are proud to announce the release of <a 
href="https://crates.io/crates/datafusion/51.0.0";>DataFusion 51.0.0</a>. This 
post highlights
+some of the major improvements since <a 
href="https://datafusion.apache.org/blog/2025/09/29/datafusion-50.0.0/";>DataFusion
 50.0.0</a>. The complete list of
+changes is available in the <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md";>changelog</a>.
 Thanks to <a 
href="https://github.com/apache/datafusion/blob/branch-51/dev/changelog/51.0.0.md#credits";>numerous
 contributors</a> for
+making this release possible!</p>
+<h2 id="performance-improvements">Performance Improvements 🚀<a 
class="headerlink" href="#performance-improvements" title="Permanent 
link">¶</a></h2>
+<p><strong>Faster <code>CASE</code> expressions …</strong></p></p>
+                        <footer>
+                            <ul class="actions">
+                                <div style="text-align: right"><a 
href="/blog/2025/11/25/datafusion-51.0.0" class="button medium">Continue 
Reading</a></div>
+                            </ul>
+                            <ul class="stats">
+                            </ul>
+                        </footer>
+            </article>
+        </div>
+    </div>
     <!-- Post -->
     <div class="row">
         <div class="callout">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to