Skip to content

make can_expr_be_pushed_down_with_schemas public again #15971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025

Conversation

adriangb
Copy link
Contributor

@adriangb adriangb commented May 7, 2025

I changed this from pub fn to pub(crate) fn in #15769 because it was no longer being used outside of the crate.

However then I went to update our system and realized we use it as well for a custom FileSource implementation. I imagine others may use it as well / may want to use it.

And since it would be a breaking change to make it private... I propose we revert this before the next release and keep it public.

@github-actions github-actions bot added the datasource Changes to the datasource crate label May 7, 2025
Copy link
Contributor

@berkaysynnada berkaysynnada left a comment

Choose a reason for hiding this comment

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

👍🏻

@berkaysynnada berkaysynnada merged commit c52237d into apache:main May 7, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource Changes to the datasource crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants