This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/main by this push:
new 597b7af fix: fix formatting in comet 0.13.0 blog post (#140)
597b7af is described below
commit 597b7af51a9633902452b174d6ad9e94cf8a5b94
Author: Andy Grove <[email protected]>
AuthorDate: Fri Jan 30 15:54:32 2026 -0700
fix: fix formatting in comet 0.13.0 blog post (#140)
* fix formatting in comet 0.13.0 blog post
* fix pr count
---
content/blog/2026-01-26-datafusion-comet-0.13.0.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/content/blog/2026-01-26-datafusion-comet-0.13.0.md
b/content/blog/2026-01-26-datafusion-comet-0.13.0.md
index b7c27dd..85d700d 100644
--- a/content/blog/2026-01-26-datafusion-comet-0.13.0.md
+++ b/content/blog/2026-01-26-datafusion-comet-0.13.0.md
@@ -32,7 +32,7 @@ The Apache DataFusion PMC is pleased to announce version
0.13.0 of the [Comet](h
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.
-This release covers approximately eight weeks of development work and is the
result of merging 160 PRs from 15
+This release covers approximately eight weeks of development work and is the
result of merging 169 PRs from 15
contributors. See the [change log] for more information.
[change log]:
https://github.com/apache/datafusion-comet/blob/main/dev/changelog/0.13.0.md
@@ -73,6 +73,7 @@ Comet's fully-native Iceberg integration received significant
enhancements in th
**Session Token Authentication**: Added support for session tokens in native
Iceberg scans for secure S3 access.
**Performance Optimizations**:
+
- Deduplicated serialized metadata reducing memory overhead
- Switched from JSON to protobuf for partition value serialization
- Removed IcebergFileStream in favor of iceberg-rust's built-in parallelization
@@ -94,6 +95,7 @@ Experimental support for native CSV file reading has been
added, expanding Comet
### New Expressions
The release adds support for numerous expressions:
+
- Array functions: `explode`, `explode_outer`, `size`
- Date/time functions: `unix_date`, `date_format`, `datediff`, `last_day`,
`unix_timestamp`
- String functions: `left`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]