Skip to content

feat: DH-23045: Add pre-filter Iceberg pruning Expression - #8442

Draft
robbcamera wants to merge 6 commits into
deephaven:mainfrom
robbcamera:rjc_DH-23045
Draft

feat: DH-23045: Add pre-filter Iceberg pruning Expression#8442
robbcamera wants to merge 6 commits into
deephaven:mainfrom
robbcamera:rjc_DH-23045

Conversation

@robbcamera

Copy link
Copy Markdown
Contributor

Adds pruningExpression() to IcebergReadInstructions: a raw Iceberg Expression applied during data-file discovery to skip manifests and data files that cannot contain matching rows. It prunes rather than filters; the result is a superset of the matching rows — application of a Deephaven filter can be applied to the pruned data.

Manifests whose write-time schema cannot bind the expression are read in full rather than failing. Defaults to alwaysTrue(), so existing reads are unchanged.

@robbcamera
robbcamera requested a review from devinrsmith August 31, 2026 16:13
@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Deploying docs previews for 212e1be (available for 14 days)

Python
Groovy

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.

1 participant