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/datafusion-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 91f1d51 Commit build products
91f1d51 is described below
commit 91f1d512c7a396498882741a59a59ff0d8b3bcbb
Author: Build Pelican (action) <[email protected]>
AuthorDate: Tue Sep 16 19:15:27 2025 +0000
Commit build products
---
.../2025/09/16/datafusion-comet-0.10.0/index.html | 219 +++++++++++++++++++++
output/author/pmc.html | 32 +++
output/category/blog.html | 32 +++
output/feed.xml | 24 ++-
output/feeds/all-en.atom.xml | 115 ++++++++++-
output/feeds/blog.atom.xml | 115 ++++++++++-
output/feeds/pmc.atom.xml | 115 ++++++++++-
output/feeds/pmc.rss.xml | 24 ++-
output/index.html | 41 ++++
9 files changed, 712 insertions(+), 5 deletions(-)
diff --git a/output/2025/09/16/datafusion-comet-0.10.0/index.html
b/output/2025/09/16/datafusion-comet-0.10.0/index.html
new file mode 100644
index 0000000..e60c5b4
--- /dev/null
+++ b/output/2025/09/16/datafusion-comet-0.10.0/index.html
@@ -0,0 +1,219 @@
+<!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 Comet 0.10.0 Release - 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 Comet 0.10.0 Release
+ </h1>
+ <p>Posted on: Tue 16 September 2025 by pmc</p>
+
+ <aside class="d-md-none mb-2">
+ <div class="toc"><span class="toctitle">Contents</span><ul>
+<li><a href="#release-highlights">Release Highlights</a><ul>
+<li><a href="#improved-support-for-apache-iceberg">Improved Support for Apache
Iceberg</a></li>
+<li><a href="#improved-spark-400-support">Improved Spark 4.0.0 Support</a></li>
+<li><a href="#new-functionality">New Functionality</a></li>
+<li><a href="#ux-improvements">UX Improvements</a></li>
+<li><a href="#bug-fixes">Bug Fixes</a></li>
+<li><a href="#benchmarking">Benchmarking</a></li>
+<li><a href="#documentation-updates">Documentation Updates</a></li>
+<li><a href="#spark-compatibility">Spark Compatibility</a></li>
+</ul>
+</li>
+<li><a href="#getting-involved">Getting 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of the <a
href="https://datafusion.apache.org/comet/">Comet</a> subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark physical
plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code changes.</p>
+<p>This release covers approximately ten weeks of development work and is the
result of merging 183 PRs from 26
+contributors. See the <a
href="https://github.com/apache/datafusion-comet/blob/main/dev/changelog/0.10.0.md">change
log</a> for more information.</p>
+<h2 id="release-highlights">Release Highlights<a class="headerlink"
href="#release-highlights" title="Permanent link">¶</a></h2>
+<h3 id="improved-support-for-apache-iceberg">Improved Support for Apache
Iceberg<a class="headerlink" href="#improved-support-for-apache-iceberg"
title="Permanent link">¶</a></h3>
+<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to accelerate
reads of Iceberg Parquet tables. Please refer to Comet's <a
href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg
Guide</a> for information on building Iceberg with Comet.</p>
+<h3 id="improved-spark-400-support">Improved Spark 4.0.0 Support<a
class="headerlink" href="#improved-spark-400-support" title="Permanent
link">¶</a></h3>
+<p>Comet no longer falls back to Spark for all queries when ANSI mode is
enabled (which is the default in Spark 4.0.0).
+Instead, Comet will now only fall back to Spark for arithmetic and aggregates
expressions that support ANSI mode.</p>
+<p>Setting <code>spark.comet.ansi.ignore=true</code> will override this
behavior and force these expressions to continue to be
+accelerated by Comet. Full support for ANSI mode will be available in a future
release.</p>
+<p>Comet will now use the <code>native_iceberg_compat</code> scan for Spark
4.0.0 in most cases, which supports reading complex types.</p>
+<h3 id="new-functionality">New Functionality<a class="headerlink"
href="#new-functionality" title="Permanent link">¶</a></h3>
+<p>The following SQL functions are now supported:</p>
+<ul>
+<li><code>array_min</code></li>
+<li><code>map_entries</code></li>
+<li><code>map_from_array</code></li>
+<li><code>randn</code></li>
+<li><code>from_unixtime</code></li>
+<li><code>monotonically_increasing_id</code></li>
+<li><code>spark_partition_id</code></li>
+<li><code>try_add</code></li>
+<li><code>try_divide</code></li>
+<li><code>try_mod</code></li>
+<li><code>try_multiply</code></li>
+<li><code>try_subtract</code></li>
+</ul>
+<p>Other new features include:</p>
+<ul>
+<li>Support for array literals</li>
+<li>Support for limit with offset</li>
+</ul>
+<h3 id="ux-improvements">UX Improvements<a class="headerlink"
href="#ux-improvements" title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved reporting of reasons why Comet cannot accelerate some operators
and expressions</li>
+<li>New <code>spark.comet.logFallbackReasons.enabled</code> configuration
setting for logging all fallback reasons</li>
+<li>CometScan nodes in the physical plan now show which scan implementation is
being used (<code>native_comet</code>,
+<code>native_datafusion</code>, or <code>native_iceberg_compat</code>)</li>
+</ul>
+<h3 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes"
title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved memory safety for FFI transfers</li>
+<li>Fixed a double-free issue in the shuffle unified memory pool</li>
+<li>Fixed an FFI issue with non-zero offsets</li>
+<li>Fixed an issue with buffered reads from HDFS </li>
+</ul>
+<h3 id="benchmarking">Benchmarking<a class="headerlink" href="#benchmarking"
title="Permanent link">¶</a></h3>
+<p>Benchmarking scripts for benchmarks based on TPC-H and TPS-DS are now
available in the repository under <code>dev/benchmarks</code>.</p>
+<h3 id="documentation-updates">Documentation Updates<a class="headerlink"
href="#documentation-updates" title="Permanent link">¶</a></h3>
+<ul>
+<li>The documentation for supported <a
href="https://datafusion.apache.org/comet/user-guide/latest/operators.html">operators</a>
and <a
href="https://datafusion.apache.org/comet/user-guide/latest/expressions.html">expressions</a>
is now more complete, and Spark-compatibility status
+ per operator/expression is now documented.</li>
+<li>The documentation now contains a <a
href="https://datafusion.apache.org/comet/contributor-guide/roadmap.html">roadmap</a>
section.</li>
+<li>New <a
href="https://datafusion.apache.org/comet/gluten_comparison.html">guide</a>
comparing Comet with Apache Gluten (incubating) + Velox</li>
+<li>User guides are now available for multiple Comet versions</li>
+</ul>
+<h3 id="spark-compatibility">Spark Compatibility<a class="headerlink"
href="#spark-compatibility" title="Permanent link">¶</a></h3>
+<ul>
+<li>Spark 3.4.3 with JDK 11 & 17, Scala 2.12 & 2.13</li>
+<li>Spark 3.5.4 through 3.5.6 with JDK 11 & 17, Scala 2.12 & 2.13</li>
+<li>Experimental support for Spark 4.0.0 with JDK 17, Scala 2.13</li>
+</ul>
+<p>We are looking for help from the community to fully support Spark 4.0.0.
See <a href="https://github.com/apache/datafusion-comet/issues/1637">EPIC:
Support 4.0.0</a> for more information.</p>
+<h2 id="getting-involved">Getting Involved<a class="headerlink"
href="#getting-involved" title="Permanent link">¶</a></h2>
+<p>The Comet project welcomes new contributors. We use the same <a
href="https://datafusion.apache.org/contributor-guide/communication.html#slack-and-discord">Slack
and Discord</a> channels as the main DataFusion
+project and have a weekly <a
href="https://docs.google.com/document/d/1NBpkIAuU7O9h8Br5CbFksDhX-L9TyO9wmGLPMe0Plc8/edit?usp=sharing">DataFusion
video call</a>.</p>
+<p>The easiest way to get involved is to test Comet with your current Spark
jobs and file issues for any bugs or
+performance regressions that you find. See the <a
href="https://datafusion.apache.org/comet/user-guide/installation.html">Getting
Started</a> guide for instructions on downloading and installing
+Comet.</p>
+<p>There are also many <a
href="https://github.com/apache/datafusion-comet/contribute">good first
issues</a> waiting for contributions.</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="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="#release-highlights">Release Highlights</a><ul>
+<li><a href="#improved-support-for-apache-iceberg">Improved Support for Apache
Iceberg</a></li>
+<li><a href="#improved-spark-400-support">Improved Spark 4.0.0 Support</a></li>
+<li><a href="#new-functionality">New Functionality</a></li>
+<li><a href="#ux-improvements">UX Improvements</a></li>
+<li><a href="#bug-fixes">Bug Fixes</a></li>
+<li><a href="#benchmarking">Benchmarking</a></li>
+<li><a href="#documentation-updates">Documentation Updates</a></li>
+<li><a href="#spark-compatibility">Spark Compatibility</a></li>
+</ul>
+</li>
+<li><a href="#getting-involved">Getting 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® 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/output/author/pmc.html b/output/author/pmc.html
index d0beb7a..e9764fc 100644
--- a/output/author/pmc.html
+++ b/output/author/pmc.html
@@ -20,6 +20,38 @@
<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/09/16/datafusion-comet-0.10.0"
rel="bookmark" title="Permalink to Apache DataFusion Comet 0.10.0
Release">Apache DataFusion Comet 0.10.0 Release</a></h2> </header>
+ <footer class="post-info">
+ <time class="published"
datetime="2025-09-16T00:00:00+00:00"> Tue 16 September 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of the <a
href="https://datafusion.apache.org/comet/">Comet</a> subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark physical
plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code changes.</p>
+<p>This release covers approximately ten weeks of development …</p> </div><!--
/.entry-content -->
+ </article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a
href="https://datafusion.apache.org/blog/2025/07/28/datafusion-49.0.0"
rel="bookmark" title="Permalink to Apache DataFusion 49.0.0 Released">Apache
DataFusion 49.0.0 Released</a></h2> </header>
<footer class="post-info">
diff --git a/output/category/blog.html b/output/category/blog.html
index 95613a3..35a89e5 100644
--- a/output/category/blog.html
+++ b/output/category/blog.html
@@ -21,6 +21,38 @@
<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/09/16/datafusion-comet-0.10.0"
rel="bookmark" title="Permalink to Apache DataFusion Comet 0.10.0
Release">Apache DataFusion Comet 0.10.0 Release</a></h2> </header>
+ <footer class="post-info">
+ <time class="published"
datetime="2025-09-16T00:00:00+00:00"> Tue 16 September 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of the <a
href="https://datafusion.apache.org/comet/">Comet</a> subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark physical
plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code changes.</p>
+<p>This release covers approximately ten weeks of development …</p> </div><!--
/.entry-content -->
+ </article></li>
<li><article class="hentry">
<header> <h2 class="entry-title"><a
href="https://datafusion.apache.org/blog/2025/09/10/dynamic-filters"
rel="bookmark" title="Permalink to Dynamic Filters: Passing Information Between
Operators During Execution for 25x Faster Queries">Dynamic Filters: Passing
Information Between Operators During Execution for 25x Faster Queries</a></h2>
</header>
<footer class="post-info">
diff --git a/output/feed.xml b/output/feed.xml
index 897732e..b50b555 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -1,5 +1,27 @@
<?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>Wed,
10 Sep 2025 00:00:00 +0000</lastBuildDate><item><title>Dynamic Filters:
Passing Information Between Operators During Execution for 25x Faster
Queries</title><link>https://datafusion.apache.org/blog/2025/09/10/dynamic-filters</link><description><!--
+<rss version="2.0"><channel><title>Apache DataFusion
Blog</title><link>https://datafusion.apache.org/blog/</link><description></description><lastBuildDate>Tue,
16 Sep 2025 00:00:00 +0000</lastBuildDate><item><title>Apache DataFusion Comet
0.10.0
Release</title><link>https://datafusion.apache.org/blog/2025/09/16/datafusion-comet-0.10.0</link><description><!--
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development
…</p></description><dc:creator
xmlns:dc="http://purl.org/dc/elements/1.1/">pmc</dc:creator><pubDate>Tue, 16
Sep 2025 00:00:00 +0000</pubDate><guid
isPermaLink="false">tag:datafusion.apache.org,2025-09-16:/blog/2025/09/16/datafusion-comet-0.10.0</guid><category>blog</category></item><item><title>Dynamic
Filters: Passing Information Between Operators During Execution for 25x Faster
Queries</title><link>https://datafu [...]
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
diff --git a/output/feeds/all-en.atom.xml b/output/feeds/all-en.atom.xml
index 8ec6eac..d6e2826 100644
--- a/output/feeds/all-en.atom.xml
+++ b/output/feeds/all-en.atom.xml
@@ -1,5 +1,118 @@
<?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-09-10T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Dynamic
Filters: Passing Information Between Operators During Execution for 25x Faster
Queries</title><link href="https://datafusi [...]
+<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-09-16T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
DataFusion Comet 0.10.0 Release</title><link
href="https://datafusion.apache.org/blog/2025/09/16/datafusion-comet-0.10.0" r
[...]
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development
…</p></summary><content type="html"><!--
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development work and
is the result of merging 183 PRs from 26
+contributors. See the <a
href="https://github.com/apache/datafusion-comet/blob/main/dev/changelog/0.10.0.md">change
log</a> for more information.</p>
+<h2 id="release-highlights">Release Highlights<a class="headerlink"
href="#release-highlights" title="Permanent link">¶</a></h2>
+<h3 id="improved-support-for-apache-iceberg">Improved Support for Apache
Iceberg<a class="headerlink" href="#improved-support-for-apache-iceberg"
title="Permanent link">¶</a></h3>
+<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to
accelerate reads of Iceberg Parquet tables. Please refer to Comet's <a
href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg
Guide</a> for information on building Iceberg with Comet.</p>
+<h3 id="improved-spark-400-support">Improved Spark 4.0.0 Support<a
class="headerlink" href="#improved-spark-400-support" title="Permanent
link">¶</a></h3>
+<p>Comet no longer falls back to Spark for all queries when ANSI mode is
enabled (which is the default in Spark 4.0.0).
+Instead, Comet will now only fall back to Spark for arithmetic and aggregates
expressions that support ANSI mode.</p>
+<p>Setting <code>spark.comet.ansi.ignore=true</code> will
override this behavior and force these expressions to continue to be
+accelerated by Comet. Full support for ANSI mode will be available in a future
release.</p>
+<p>Comet will now use the <code>native_iceberg_compat</code>
scan for Spark 4.0.0 in most cases, which supports reading complex
types.</p>
+<h3 id="new-functionality">New Functionality<a class="headerlink"
href="#new-functionality" title="Permanent link">¶</a></h3>
+<p>The following SQL functions are now supported:</p>
+<ul>
+<li><code>array_min</code></li>
+<li><code>map_entries</code></li>
+<li><code>map_from_array</code></li>
+<li><code>randn</code></li>
+<li><code>from_unixtime</code></li>
+<li><code>monotonically_increasing_id</code></li>
+<li><code>spark_partition_id</code></li>
+<li><code>try_add</code></li>
+<li><code>try_divide</code></li>
+<li><code>try_mod</code></li>
+<li><code>try_multiply</code></li>
+<li><code>try_subtract</code></li>
+</ul>
+<p>Other new features include:</p>
+<ul>
+<li>Support for array literals</li>
+<li>Support for limit with offset</li>
+</ul>
+<h3 id="ux-improvements">UX Improvements<a class="headerlink"
href="#ux-improvements" title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved reporting of reasons why Comet cannot accelerate some
operators and expressions</li>
+<li>New <code>spark.comet.logFallbackReasons.enabled</code>
configuration setting for logging all fallback reasons</li>
+<li>CometScan nodes in the physical plan now show which scan
implementation is being used (<code>native_comet</code>,
+<code>native_datafusion</code>, or
<code>native_iceberg_compat</code>)</li>
+</ul>
+<h3 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes"
title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved memory safety for FFI transfers</li>
+<li>Fixed a double-free issue in the shuffle unified memory
pool</li>
+<li>Fixed an FFI issue with non-zero offsets</li>
+<li>Fixed an issue with buffered reads from HDFS </li>
+</ul>
+<h3 id="benchmarking">Benchmarking<a class="headerlink"
href="#benchmarking" title="Permanent link">¶</a></h3>
+<p>Benchmarking scripts for benchmarks based on TPC-H and TPS-DS are now
available in the repository under
<code>dev/benchmarks</code>.</p>
+<h3 id="documentation-updates">Documentation Updates<a
class="headerlink" href="#documentation-updates" title="Permanent
link">¶</a></h3>
+<ul>
+<li>The documentation for supported <a
href="https://datafusion.apache.org/comet/user-guide/latest/operators.html">operators</a>
and <a
href="https://datafusion.apache.org/comet/user-guide/latest/expressions.html">expressions</a>
is now more complete, and Spark-compatibility status
+ per operator/expression is now documented.</li>
+<li>The documentation now contains a <a
href="https://datafusion.apache.org/comet/contributor-guide/roadmap.html">roadmap</a>
section.</li>
+<li>New <a
href="https://datafusion.apache.org/comet/gluten_comparison.html">guide</a>
comparing Comet with Apache Gluten (incubating) + Velox</li>
+<li>User guides are now available for multiple Comet versions</li>
+</ul>
+<h3 id="spark-compatibility">Spark Compatibility<a class="headerlink"
href="#spark-compatibility" title="Permanent link">¶</a></h3>
+<ul>
+<li>Spark 3.4.3 with JDK 11 &amp; 17, Scala 2.12 &amp;
2.13</li>
+<li>Spark 3.5.4 through 3.5.6 with JDK 11 &amp; 17, Scala 2.12
&amp; 2.13</li>
+<li>Experimental support for Spark 4.0.0 with JDK 17, Scala
2.13</li>
+</ul>
+<p>We are looking for help from the community to fully support Spark
4.0.0. See <a
href="https://github.com/apache/datafusion-comet/issues/1637">EPIC: Support
4.0.0</a> for more information.</p>
+<h2 id="getting-involved">Getting Involved<a class="headerlink"
href="#getting-involved" title="Permanent link">¶</a></h2>
+<p>The Comet project welcomes new contributors. We use the same <a
href="https://datafusion.apache.org/contributor-guide/communication.html#slack-and-discord">Slack
and Discord</a> channels as the main DataFusion
+project and have a weekly <a
href="https://docs.google.com/document/d/1NBpkIAuU7O9h8Br5CbFksDhX-L9TyO9wmGLPMe0Plc8/edit?usp=sharing">DataFusion
video call</a>.</p>
+<p>The easiest way to get involved is to test Comet with your current
Spark jobs and file issues for any bugs or
+performance regressions that you find. See the <a
href="https://datafusion.apache.org/comet/user-guide/installation.html">Getting
Started</a> guide for instructions on downloading and installing
+Comet.</p>
+<p>There are also many <a
href="https://github.com/apache/datafusion-comet/contribute">good first
issues</a> waiting for contributions.</p></content><category
term="blog"></category></entry><entry><title>Dynamic Filters: Passing
Information Between Operators During Execution for 25x Faster
Queries</title><link
href="https://datafusion.apache.org/blog/2025/09/10/dynamic-filters"
rel="alternate"></link><published>2025-09-10T00:00:00+00:00</published><updated>2025-09
[...]
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
diff --git a/output/feeds/blog.atom.xml b/output/feeds/blog.atom.xml
index 541a1bf..f860877 100644
--- a/output/feeds/blog.atom.xml
+++ b/output/feeds/blog.atom.xml
@@ -1,5 +1,118 @@
<?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-09-10T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Dynamic
Filters: Passing Information Between Operators During Execution for 25x Faster
Queries</title><link href="https://dat [...]
+<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-09-16T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
DataFusion Comet 0.10.0 Release</title><link
href="https://datafusion.apache.org/blog/2025/09/16/datafusion-comet-0.10 [...]
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development
…</p></summary><content type="html"><!--
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development work and
is the result of merging 183 PRs from 26
+contributors. See the <a
href="https://github.com/apache/datafusion-comet/blob/main/dev/changelog/0.10.0.md">change
log</a> for more information.</p>
+<h2 id="release-highlights">Release Highlights<a class="headerlink"
href="#release-highlights" title="Permanent link">¶</a></h2>
+<h3 id="improved-support-for-apache-iceberg">Improved Support for Apache
Iceberg<a class="headerlink" href="#improved-support-for-apache-iceberg"
title="Permanent link">¶</a></h3>
+<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to
accelerate reads of Iceberg Parquet tables. Please refer to Comet's <a
href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg
Guide</a> for information on building Iceberg with Comet.</p>
+<h3 id="improved-spark-400-support">Improved Spark 4.0.0 Support<a
class="headerlink" href="#improved-spark-400-support" title="Permanent
link">¶</a></h3>
+<p>Comet no longer falls back to Spark for all queries when ANSI mode is
enabled (which is the default in Spark 4.0.0).
+Instead, Comet will now only fall back to Spark for arithmetic and aggregates
expressions that support ANSI mode.</p>
+<p>Setting <code>spark.comet.ansi.ignore=true</code> will
override this behavior and force these expressions to continue to be
+accelerated by Comet. Full support for ANSI mode will be available in a future
release.</p>
+<p>Comet will now use the <code>native_iceberg_compat</code>
scan for Spark 4.0.0 in most cases, which supports reading complex
types.</p>
+<h3 id="new-functionality">New Functionality<a class="headerlink"
href="#new-functionality" title="Permanent link">¶</a></h3>
+<p>The following SQL functions are now supported:</p>
+<ul>
+<li><code>array_min</code></li>
+<li><code>map_entries</code></li>
+<li><code>map_from_array</code></li>
+<li><code>randn</code></li>
+<li><code>from_unixtime</code></li>
+<li><code>monotonically_increasing_id</code></li>
+<li><code>spark_partition_id</code></li>
+<li><code>try_add</code></li>
+<li><code>try_divide</code></li>
+<li><code>try_mod</code></li>
+<li><code>try_multiply</code></li>
+<li><code>try_subtract</code></li>
+</ul>
+<p>Other new features include:</p>
+<ul>
+<li>Support for array literals</li>
+<li>Support for limit with offset</li>
+</ul>
+<h3 id="ux-improvements">UX Improvements<a class="headerlink"
href="#ux-improvements" title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved reporting of reasons why Comet cannot accelerate some
operators and expressions</li>
+<li>New <code>spark.comet.logFallbackReasons.enabled</code>
configuration setting for logging all fallback reasons</li>
+<li>CometScan nodes in the physical plan now show which scan
implementation is being used (<code>native_comet</code>,
+<code>native_datafusion</code>, or
<code>native_iceberg_compat</code>)</li>
+</ul>
+<h3 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes"
title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved memory safety for FFI transfers</li>
+<li>Fixed a double-free issue in the shuffle unified memory
pool</li>
+<li>Fixed an FFI issue with non-zero offsets</li>
+<li>Fixed an issue with buffered reads from HDFS </li>
+</ul>
+<h3 id="benchmarking">Benchmarking<a class="headerlink"
href="#benchmarking" title="Permanent link">¶</a></h3>
+<p>Benchmarking scripts for benchmarks based on TPC-H and TPS-DS are now
available in the repository under
<code>dev/benchmarks</code>.</p>
+<h3 id="documentation-updates">Documentation Updates<a
class="headerlink" href="#documentation-updates" title="Permanent
link">¶</a></h3>
+<ul>
+<li>The documentation for supported <a
href="https://datafusion.apache.org/comet/user-guide/latest/operators.html">operators</a>
and <a
href="https://datafusion.apache.org/comet/user-guide/latest/expressions.html">expressions</a>
is now more complete, and Spark-compatibility status
+ per operator/expression is now documented.</li>
+<li>The documentation now contains a <a
href="https://datafusion.apache.org/comet/contributor-guide/roadmap.html">roadmap</a>
section.</li>
+<li>New <a
href="https://datafusion.apache.org/comet/gluten_comparison.html">guide</a>
comparing Comet with Apache Gluten (incubating) + Velox</li>
+<li>User guides are now available for multiple Comet versions</li>
+</ul>
+<h3 id="spark-compatibility">Spark Compatibility<a class="headerlink"
href="#spark-compatibility" title="Permanent link">¶</a></h3>
+<ul>
+<li>Spark 3.4.3 with JDK 11 &amp; 17, Scala 2.12 &amp;
2.13</li>
+<li>Spark 3.5.4 through 3.5.6 with JDK 11 &amp; 17, Scala 2.12
&amp; 2.13</li>
+<li>Experimental support for Spark 4.0.0 with JDK 17, Scala
2.13</li>
+</ul>
+<p>We are looking for help from the community to fully support Spark
4.0.0. See <a
href="https://github.com/apache/datafusion-comet/issues/1637">EPIC: Support
4.0.0</a> for more information.</p>
+<h2 id="getting-involved">Getting Involved<a class="headerlink"
href="#getting-involved" title="Permanent link">¶</a></h2>
+<p>The Comet project welcomes new contributors. We use the same <a
href="https://datafusion.apache.org/contributor-guide/communication.html#slack-and-discord">Slack
and Discord</a> channels as the main DataFusion
+project and have a weekly <a
href="https://docs.google.com/document/d/1NBpkIAuU7O9h8Br5CbFksDhX-L9TyO9wmGLPMe0Plc8/edit?usp=sharing">DataFusion
video call</a>.</p>
+<p>The easiest way to get involved is to test Comet with your current
Spark jobs and file issues for any bugs or
+performance regressions that you find. See the <a
href="https://datafusion.apache.org/comet/user-guide/installation.html">Getting
Started</a> guide for instructions on downloading and installing
+Comet.</p>
+<p>There are also many <a
href="https://github.com/apache/datafusion-comet/contribute">good first
issues</a> waiting for contributions.</p></content><category
term="blog"></category></entry><entry><title>Dynamic Filters: Passing
Information Between Operators During Execution for 25x Faster
Queries</title><link
href="https://datafusion.apache.org/blog/2025/09/10/dynamic-filters"
rel="alternate"></link><published>2025-09-10T00:00:00+00:00</published><updated>2025-09
[...]
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
diff --git a/output/feeds/pmc.atom.xml b/output/feeds/pmc.atom.xml
index 8647e27..21b21c3 100644
--- a/output/feeds/pmc.atom.xml
+++ b/output/feeds/pmc.atom.xml
@@ -1,5 +1,118 @@
<?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-07-28T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
DataFusion 49.0.0 Released</title><link
href="https://datafusion.apache.org/blog/2025/07/28/datafusion-49.0.0"
rel="alte [...]
+<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-09-16T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache
DataFusion Comet 0.10.0 Release</title><link
href="https://datafusion.apache.org/blog/2025/09/16/datafusion-comet-0.10.0
[...]
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development
…</p></summary><content type="html"><!--
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development work and
is the result of merging 183 PRs from 26
+contributors. See the <a
href="https://github.com/apache/datafusion-comet/blob/main/dev/changelog/0.10.0.md">change
log</a> for more information.</p>
+<h2 id="release-highlights">Release Highlights<a class="headerlink"
href="#release-highlights" title="Permanent link">¶</a></h2>
+<h3 id="improved-support-for-apache-iceberg">Improved Support for Apache
Iceberg<a class="headerlink" href="#improved-support-for-apache-iceberg"
title="Permanent link">¶</a></h3>
+<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to
accelerate reads of Iceberg Parquet tables. Please refer to Comet's <a
href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg
Guide</a> for information on building Iceberg with Comet.</p>
+<h3 id="improved-spark-400-support">Improved Spark 4.0.0 Support<a
class="headerlink" href="#improved-spark-400-support" title="Permanent
link">¶</a></h3>
+<p>Comet no longer falls back to Spark for all queries when ANSI mode is
enabled (which is the default in Spark 4.0.0).
+Instead, Comet will now only fall back to Spark for arithmetic and aggregates
expressions that support ANSI mode.</p>
+<p>Setting <code>spark.comet.ansi.ignore=true</code> will
override this behavior and force these expressions to continue to be
+accelerated by Comet. Full support for ANSI mode will be available in a future
release.</p>
+<p>Comet will now use the <code>native_iceberg_compat</code>
scan for Spark 4.0.0 in most cases, which supports reading complex
types.</p>
+<h3 id="new-functionality">New Functionality<a class="headerlink"
href="#new-functionality" title="Permanent link">¶</a></h3>
+<p>The following SQL functions are now supported:</p>
+<ul>
+<li><code>array_min</code></li>
+<li><code>map_entries</code></li>
+<li><code>map_from_array</code></li>
+<li><code>randn</code></li>
+<li><code>from_unixtime</code></li>
+<li><code>monotonically_increasing_id</code></li>
+<li><code>spark_partition_id</code></li>
+<li><code>try_add</code></li>
+<li><code>try_divide</code></li>
+<li><code>try_mod</code></li>
+<li><code>try_multiply</code></li>
+<li><code>try_subtract</code></li>
+</ul>
+<p>Other new features include:</p>
+<ul>
+<li>Support for array literals</li>
+<li>Support for limit with offset</li>
+</ul>
+<h3 id="ux-improvements">UX Improvements<a class="headerlink"
href="#ux-improvements" title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved reporting of reasons why Comet cannot accelerate some
operators and expressions</li>
+<li>New <code>spark.comet.logFallbackReasons.enabled</code>
configuration setting for logging all fallback reasons</li>
+<li>CometScan nodes in the physical plan now show which scan
implementation is being used (<code>native_comet</code>,
+<code>native_datafusion</code>, or
<code>native_iceberg_compat</code>)</li>
+</ul>
+<h3 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes"
title="Permanent link">¶</a></h3>
+<ul>
+<li>Improved memory safety for FFI transfers</li>
+<li>Fixed a double-free issue in the shuffle unified memory
pool</li>
+<li>Fixed an FFI issue with non-zero offsets</li>
+<li>Fixed an issue with buffered reads from HDFS </li>
+</ul>
+<h3 id="benchmarking">Benchmarking<a class="headerlink"
href="#benchmarking" title="Permanent link">¶</a></h3>
+<p>Benchmarking scripts for benchmarks based on TPC-H and TPS-DS are now
available in the repository under
<code>dev/benchmarks</code>.</p>
+<h3 id="documentation-updates">Documentation Updates<a
class="headerlink" href="#documentation-updates" title="Permanent
link">¶</a></h3>
+<ul>
+<li>The documentation for supported <a
href="https://datafusion.apache.org/comet/user-guide/latest/operators.html">operators</a>
and <a
href="https://datafusion.apache.org/comet/user-guide/latest/expressions.html">expressions</a>
is now more complete, and Spark-compatibility status
+ per operator/expression is now documented.</li>
+<li>The documentation now contains a <a
href="https://datafusion.apache.org/comet/contributor-guide/roadmap.html">roadmap</a>
section.</li>
+<li>New <a
href="https://datafusion.apache.org/comet/gluten_comparison.html">guide</a>
comparing Comet with Apache Gluten (incubating) + Velox</li>
+<li>User guides are now available for multiple Comet versions</li>
+</ul>
+<h3 id="spark-compatibility">Spark Compatibility<a class="headerlink"
href="#spark-compatibility" title="Permanent link">¶</a></h3>
+<ul>
+<li>Spark 3.4.3 with JDK 11 &amp; 17, Scala 2.12 &amp;
2.13</li>
+<li>Spark 3.5.4 through 3.5.6 with JDK 11 &amp; 17, Scala 2.12
&amp; 2.13</li>
+<li>Experimental support for Spark 4.0.0 with JDK 17, Scala
2.13</li>
+</ul>
+<p>We are looking for help from the community to fully support Spark
4.0.0. See <a
href="https://github.com/apache/datafusion-comet/issues/1637">EPIC: Support
4.0.0</a> for more information.</p>
+<h2 id="getting-involved">Getting Involved<a class="headerlink"
href="#getting-involved" title="Permanent link">¶</a></h2>
+<p>The Comet project welcomes new contributors. We use the same <a
href="https://datafusion.apache.org/contributor-guide/communication.html#slack-and-discord">Slack
and Discord</a> channels as the main DataFusion
+project and have a weekly <a
href="https://docs.google.com/document/d/1NBpkIAuU7O9h8Br5CbFksDhX-L9TyO9wmGLPMe0Plc8/edit?usp=sharing">DataFusion
video call</a>.</p>
+<p>The easiest way to get involved is to test Comet with your current
Spark jobs and file issues for any bugs or
+performance regressions that you find. See the <a
href="https://datafusion.apache.org/comet/user-guide/installation.html">Getting
Started</a> guide for instructions on downloading and installing
+Comet.</p>
+<p>There are also many <a
href="https://github.com/apache/datafusion-comet/contribute">good first
issues</a> waiting for contributions.</p></content><category
term="blog"></category></entry><entry><title>Apache DataFusion 49.0.0
Released</title><link
href="https://datafusion.apache.org/blog/2025/07/28/datafusion-49.0.0"
rel="alternate"></link><published>2025-07-28T00:00:00+00:00</published><updated>2025-07-28T00:00:00+00:00</updated><author><name>pmc</name></autho
[...]
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
diff --git a/output/feeds/pmc.rss.xml b/output/feeds/pmc.rss.xml
index 21b5e82..b732c70 100644
--- a/output/feeds/pmc.rss.xml
+++ b/output/feeds/pmc.rss.xml
@@ -1,5 +1,27 @@
<?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>Mon,
28 Jul 2025 00:00:00 +0000</lastBuildDate><item><title>Apache DataFusion
49.0.0
Released</title><link>https://datafusion.apache.org/blog/2025/07/28/datafusion-49.0.0</link><description><!--
+<rss version="2.0"><channel><title>Apache DataFusion Blog -
pmc</title><link>https://datafusion.apache.org/blog/</link><description></description><lastBuildDate>Tue,
16 Sep 2025 00:00:00 +0000</lastBuildDate><item><title>Apache DataFusion Comet
0.10.0
Release</title><link>https://datafusion.apache.org/blog/2025/09/16/datafusion-comet-0.10.0</link><description><!--
+{% 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of
the <a href="https://datafusion.apache.org/comet/">Comet</a>
subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark
physical plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code
changes.</p>
+<p>This release covers approximately ten weeks of development
…</p></description><dc:creator
xmlns:dc="http://purl.org/dc/elements/1.1/">pmc</dc:creator><pubDate>Tue, 16
Sep 2025 00:00:00 +0000</pubDate><guid
isPermaLink="false">tag:datafusion.apache.org,2025-09-16:/blog/2025/09/16/datafusion-comet-0.10.0</guid><category>blog</category></item><item><title>Apache
DataFusion 49.0.0
Released</title><link>https://datafusion.apache.org/blog/2025/07/28/datafusion-49.0.0</link><desc
[...]
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
diff --git a/output/index.html b/output/index.html
index 1356cdd..9d9ab93 100644
--- a/output/index.html
+++ b/output/index.html
@@ -45,6 +45,47 @@
<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/09/16/datafusion-comet-0.10.0">Apache DataFusion Comet 0.10.0
Release</a></h1>
+ <p>Posted on: Tue 16 September 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 %}
+-->
+
+<p>The Apache DataFusion PMC is pleased to announce version 0.10.0 of the <a
href="https://datafusion.apache.org/comet/">Comet</a> subproject.</p>
+<p>Comet is an accelerator for Apache Spark that translates Spark physical
plans to DataFusion physical plans for
+improved performance and efficiency without requiring any code changes.</p>
+<p>This release covers approximately ten weeks of development …</p></p>
+ <footer>
+ <ul class="actions">
+ <div style="text-align: right"><a
href="/blog/2025/09/16/datafusion-comet-0.10.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]