Skip to content

Make convert_filters_to_predicate public#2118

Open
LLDay wants to merge 1 commit intoapache:mainfrom
LLDay:feat/public-method
Open

Make convert_filters_to_predicate public#2118
LLDay wants to merge 1 commit intoapache:mainfrom
LLDay:feat/public-method

Conversation

@LLDay
Copy link

@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
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
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!

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.

2 participants