Skip to content

Comet 1.0.0 Blog Post - #201

Merged
andygrove merged 25 commits into
mainfrom
site/comet-1.0.0
Aug 9, 2026
Merged

Comet 1.0.0 Blog Post#201
andygrove merged 25 commits into
mainfrom
site/comet-1.0.0

Conversation

@andygrove

@andygrove andygrove commented Aug 4, 2026

Copy link
Copy Markdown
Member

Comet 1.0.0 blog post:

Incorporates PRs merged to datafusion-comet main between 2026-07-17
and 2026-07-27, updates PR/contributor counts, and bumps DataFusion
version to 54.1. Adds a new Shuffle Improvements section.
Remove inline PR links throughout, compress long enumerations into
grouped lists, and consolidate the Iceberg / correctness / config
sections into shorter prose. The change log link at the top is now
the pointer for per-PR detail.
Replace the full enumeration of ~30 correctness fixes with a stat,
two representative examples (whitespace trimming, ANSI short-circuit),
and a short note on conservative fallbacks. Full list stays in the
change log.
Replace the generic "A 1.0 release is only as good as its results"
opener with concrete framing: correctness fixes have been part of
every release, and 1.0 was an extra push to clear the bulk of the
known issues.
Sketch the arc of the project across five threads — query coverage,
Spark support, ecosystem, correctness rigor, and performance —
grounded in concrete facts from earlier releases (106 → 404
expressions, JVM codegen dispatcher in 0.17.0, Iceberg in 0.10.0,
9% TPC-DS gain in 0.17.0). Trim the "What 1.0 Means" intro since
the arc is now covered above.
Corrected the number of major releases from nineteen to sixteen and updated the supported expressions count to more than 400 in version 1.0.0.

[TOC]

The Apache DataFusion PMC is pleased to announce version 1.0.0 of the [Comet](https://datafusion.apache.org/comet/) subproject.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link won't be active until apache/datafusion-comet#5263 is merged


## New Expression and Aggregate Support

This release expands the set of Spark expressions and aggregates that run natively:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can add wider generator support, explode/explode_outer/posexplode/posexplode_outer

Comment on lines +270 to +271
- **JDK 11** is deprecated and scheduled for removal in Comet 1.1.0.
- **Apache Spark 3.4** is deprecated and scheduled for removal in Comet 1.1.0.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is too early?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This matches the versioning policy that we published as part of the 1.0.0 release

- **String and array kernels**: `lpad`, `unhex`, `size`, `arrays_overlap`, `escape_string`, and the `try_*`
arithmetic kernel.

To make this kind of work repeatable, the release also adds a scalar expression optimization guide

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit) Add a link to guide

Comment thread content/blog/2026-08-07-datafusion-comet-1.0.0.md Outdated
- Add expression fusion as a fourth consequence of codegen dispatch
- Link the scalar expression optimization guide
- Note generator and wider operator coverage in the Road to 1.0 section
- Explain why Spark 3.4 is deprecated now
Comment thread content/blog/2026-08-07-datafusion-comet-1.0.0.md
Comment thread content/blog/2026-08-07-datafusion-comet-1.0.0.md Outdated
Comment thread content/blog/2026-08-07-datafusion-comet-1.0.0.md Outdated
andygrove and others added 2 commits August 7, 2026 13:57
Co-authored-by: Matt Butrovich <mbutrovich@users.noreply.github.com>
Co-authored-by: Matt Butrovich <mbutrovich@users.noreply.github.com>
@andygrove
andygrove marked this pull request as ready for review August 7, 2026 20:19

@mbutrovich mbutrovich left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @andygrove!

- **Cast**: Cast expressions where the native implementation is marked as incompatible or unsupported
are now routed through codegen dispatch.
- **Grouping**: `grouping()` and `grouping_id()`.
- **Intervals**: interval types via `make_ym_interval` and `make_dt_interval`, `CalendarIntervalType`,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit) Maybe we can call out interval support b/c adding new types is infrequent.

@hsiang-c hsiang-c left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @andygrove

@andygrove
andygrove merged commit f6954d3 into main Aug 9, 2026
4 checks passed
@andygrove
andygrove deleted the site/comet-1.0.0 branch August 9, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants