Draft
Conversation
mbutrovich
reviewed
Apr 20, 2026
|
|
||
| - **Date/time functions**: `days`, `hours`, `date_from_unix_date` | ||
| - **String/JSON functions**: native `get_json_object` with improved performance over the fallback path | ||
| - **Hash/math functions**: `crc32c`, `bin` |
Contributor
There was a problem hiding this comment.
Just to clarify: crc32c wasn't an added expression. It's a new checksum algorithm for Spark 4.0 for shuffle files.
mbutrovich
reviewed
Apr 20, 2026
Co-authored-by: Matt Butrovich <mbutrovich@users.noreply.github.com>
| default**. Workloads that read Iceberg tables will automatically benefit from native Rust-based scans built on | ||
| iceberg-rust, with no additional configuration required. | ||
|
|
||
| To support this change, the release bundles a broad set of Iceberg-focused improvements: |
There was a problem hiding this comment.
One of the key advantages of using the native iceberg reader is DPP support. Should we call out?
kevinjqliu
approved these changes
Apr 20, 2026
Contributor
kevinjqliu
left a comment
There was a problem hiding this comment.
LGTM, great writeup
hyperlinks all work
| Together, these changes reduce CPU and memory overhead for shuffle-heavy, broadcast-heavy, and | ||
| object-storage-bound workloads. | ||
|
|
||
| ## Native Iceberg Reader Enabled by Default |
|
|
||
| ## Deprecations and Removals | ||
|
|
||
| The `SupportsComet` interface has been removed, along with the Java-based Iceberg integration path (which is |
Contributor
There was a problem hiding this comment.
do you think this is a good place to link to apache/datafusion-comet#2921?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Staged version: https://datafusion.staged.apache.org/blog/2026/04/18/datafusion-comet-0.15.0/