Skip to content

Commit 597b7af

Browse files
authored
fix: fix formatting in comet 0.13.0 blog post (#140)
* fix formatting in comet 0.13.0 blog post * fix pr count
1 parent d3ce689 commit 597b7af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/blog/2026-01-26-datafusion-comet-0.13.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Apache DataFusion PMC is pleased to announce version 0.13.0 of the [Comet](h
3232
Comet is an accelerator for Apache Spark that translates Spark physical plans to DataFusion physical plans for
3333
improved performance and efficiency without requiring any code changes.
3434

35-
This release covers approximately eight weeks of development work and is the result of merging 160 PRs from 15
35+
This release covers approximately eight weeks of development work and is the result of merging 169 PRs from 15
3636
contributors. See the [change log] for more information.
3737

3838
[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
7373
**Session Token Authentication**: Added support for session tokens in native Iceberg scans for secure S3 access.
7474

7575
**Performance Optimizations**:
76+
7677
- Deduplicated serialized metadata reducing memory overhead
7778
- Switched from JSON to protobuf for partition value serialization
7879
- 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
9495
### New Expressions
9596

9697
The release adds support for numerous expressions:
98+
9799
- Array functions: `explode`, `explode_outer`, `size`
98100
- Date/time functions: `unix_date`, `date_format`, `datediff`, `last_day`, `unix_timestamp`
99101
- String functions: `left`

0 commit comments

Comments
 (0)