Skip to content

Make convert_filters_to_predicate public#2118

Merged
blackmwk merged 1 commit intoapache:mainfrom
LLDay:feat/public-method
Mar 30, 2026
Merged

Make convert_filters_to_predicate public#2118
blackmwk merged 1 commit intoapache:mainfrom
LLDay:feat/public-method

Conversation

@LLDay
Copy link
Copy Markdown
Contributor

@LLDay LLDay commented Feb 6, 2026

What changes are included in this PR?

  • Make convert_filters_to_predicate public in the DataFusion integration to allow external usage of the filter conversion logic.

Are these changes tested?

  • This is a visibility change (pub use) and does not introduce new logic.

@LLDay
Copy link
Copy Markdown
Contributor Author

LLDay commented Feb 6, 2026

We have implemented a custom ExecutionPlan that scans iceberg tables. And we need to convert filters to predicates, but this API is hidden.

Copy link
Copy Markdown
Collaborator

@CTTY CTTY left a comment

Choose a reason for hiding this comment

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

LGTM!

@LLDay LLDay force-pushed the feat/public-method branch 2 times, most recently from 04fa04d to 3e1f59c Compare February 13, 2026 14:19
@LLDay LLDay force-pushed the feat/public-method branch from 3e1f59c to e229b7a Compare February 26, 2026 07:08
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions Bot added the stale label Mar 29, 2026
@LLDay LLDay force-pushed the feat/public-method branch from e229b7a to eba5ffb Compare March 30, 2026 07:08
@LLDay
Copy link
Copy Markdown
Contributor Author

LLDay commented Mar 30, 2026

@blackmwk, could you please review this small PR?

@blackmwk blackmwk merged commit 3212c31 into apache:main Mar 30, 2026
19 checks passed
toutane pushed a commit to DataDog/iceberg-rust that referenced this pull request Apr 30, 2026
## What changes are included in this PR?

- Make `convert_filters_to_predicate` public in the DataFusion
integration to allow external usage of the filter conversion logic.

## Are these changes tested?

- This is a visibility change (`pub use`) and does not introduce new
logic.

Co-authored-by: Denis Semenov <d.s.semenov@vkteam.ru>
(cherry picked from commit 3212c31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants