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 c166204 Commit build products c166204 is described below commit c166204e2943203d134a46ec8762a1ab05417979 Author: Build Pelican (action) <priv...@infra.apache.org> AuthorDate: Tue Sep 16 14:19:52 2025 +0000 Commit build products --- blog/2025/09/13/datafusion-comet-0.10.0/index.html | 11 +++++++---- blog/feeds/all-en.atom.xml | 11 +++++++---- blog/feeds/blog.atom.xml | 11 +++++++---- blog/feeds/pmc.atom.xml | 11 +++++++---- 4 files changed, 28 insertions(+), 16 deletions(-) diff --git a/blog/2025/09/13/datafusion-comet-0.10.0/index.html b/blog/2025/09/13/datafusion-comet-0.10.0/index.html index 0e0e377..42d2e46 100644 --- a/blog/2025/09/13/datafusion-comet-0.10.0/index.html +++ b/blog/2025/09/13/datafusion-comet-0.10.0/index.html @@ -88,7 +88,10 @@ improved performance and efficiency without requiring any code changes.</p> 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.</p> +<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to accelerate reads of Iceberg Parquet tables. It is +currently necessary to build Iceberg from source with a patch applied, but the Comet community is working on +contributing changes to Iceberg to avoid the need to apply a patch with future versions. Refer to +Comet's <a href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg Guide</a> for more information.</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> @@ -127,8 +130,8 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <ul> <li>Improved memory safety for FFI transfers</li> <li>Fixed a double-free issue in the shuffle unified memory pool</li> -<li>Non zero offset FFI issue</li> -<li>Fixed HDFS buffer read issue </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> @@ -137,7 +140,7 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <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 guide comparing Comet with Apache Gluten (incubating) + Velox</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> diff --git a/blog/feeds/all-en.atom.xml b/blog/feeds/all-en.atom.xml index e47d8eb..45fd55f 100644 --- a/blog/feeds/all-en.atom.xml +++ b/blog/feeds/all-en.atom.xml @@ -47,7 +47,10 @@ improved performance and efficiency without requiring any code changes.</p> 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.</p> +<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to accelerate reads of Iceberg Parquet tables. It is +currently necessary to build Iceberg from source with a patch applied, but the Comet community is working on +contributing changes to Iceberg to avoid the need to apply a patch with future versions. Refer to +Comet's <a href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg Guide</a> for more information.</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> @@ -86,8 +89,8 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <ul> <li>Improved memory safety for FFI transfers</li> <li>Fixed a double-free issue in the shuffle unified memory pool</li> -<li>Non zero offset FFI issue</li> -<li>Fixed HDFS buffer read issue </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> @@ -96,7 +99,7 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <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 guide comparing Comet with Apache Gluten (incubating) + Velox</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> diff --git a/blog/feeds/blog.atom.xml b/blog/feeds/blog.atom.xml index d7b83d1..7c1b1c6 100644 --- a/blog/feeds/blog.atom.xml +++ b/blog/feeds/blog.atom.xml @@ -47,7 +47,10 @@ improved performance and efficiency without requiring any code changes.</p> 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.</p> +<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to accelerate reads of Iceberg Parquet tables. It is +currently necessary to build Iceberg from source with a patch applied, but the Comet community is working on +contributing changes to Iceberg to avoid the need to apply a patch with future versions. Refer to +Comet's <a href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg Guide</a> for more information.</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> @@ -86,8 +89,8 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <ul> <li>Improved memory safety for FFI transfers</li> <li>Fixed a double-free issue in the shuffle unified memory pool</li> -<li>Non zero offset FFI issue</li> -<li>Fixed HDFS buffer read issue </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> @@ -96,7 +99,7 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <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 guide comparing Comet with Apache Gluten (incubating) + Velox</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> diff --git a/blog/feeds/pmc.atom.xml b/blog/feeds/pmc.atom.xml index 0caaf79..7e13385 100644 --- a/blog/feeds/pmc.atom.xml +++ b/blog/feeds/pmc.atom.xml @@ -47,7 +47,10 @@ improved performance and efficiency without requiring any code changes.</p> 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.</p> +<p>It is now possible to use Comet with Apache Iceberg 1.8.1 to accelerate reads of Iceberg Parquet tables. It is +currently necessary to build Iceberg from source with a patch applied, but the Comet community is working on +contributing changes to Iceberg to avoid the need to apply a patch with future versions. Refer to +Comet's <a href="https://datafusion.apache.org/comet/user-guide/latest/iceberg.html">Iceberg Guide</a> for more information.</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> @@ -86,8 +89,8 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <ul> <li>Improved memory safety for FFI transfers</li> <li>Fixed a double-free issue in the shuffle unified memory pool</li> -<li>Non zero offset FFI issue</li> -<li>Fixed HDFS buffer read issue </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> @@ -96,7 +99,7 @@ accelerated by Comet. Full support for ANSI mode will be available in a future r <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 guide comparing Comet with Apache Gluten (incubating) + Velox</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> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org