Re: [PR] make can_expr_be_pushed_down_with_schemas public again [datafusion]

2025-05-07 Thread via GitHub
berkaysynnada merged PR #15971: URL: https://github.com/apache/datafusion/pull/15971 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@

[PR] make can_expr_be_pushed_down_with_schemas public again [datafusion]

2025-05-07 Thread via GitHub
adriangb opened a new pull request, #15971: URL: https://github.com/apache/datafusion/pull/15971 I changed this from `pub fn` to pub(crate) fn` in https://github.com/apache/datafusion/pull/15769 because it was no longer being used outside of the crate. However then I went to update o