Re: [PR] fix: skip predicates on struct unnest in FilterPushdown [datafusion]

2025-07-15 Thread via GitHub
alamb commented on PR #16790: URL: https://github.com/apache/datafusion/pull/16790#issuecomment-3074709053 @adriangb is there any chance you have time to review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] fix: skip predicates on struct unnest in FilterPushdown [datafusion]

2025-07-15 Thread via GitHub
akoshchiy opened a new pull request, #16790: URL: https://github.com/apache/datafusion/pull/16790 ## Which issue does this PR close? - Closes #16695. ## Rationale for this change ## What changes are included in this PR? ## Are these changes