adriangb commented on issue #15920: URL: https://github.com/apache/datafusion/issues/15920#issuecomment-2849047722
Thanks for reporting. We've been making changes to apply predicate pushdown filters against physical file schemas (as opposed the the table schema without partition columns) which I'm guessing causes this bug. It's a shame that it isn't accompanied by a `debug_assertion!` so it would have failed in tests (maybe). I'm guessing this is related to / would be fixed by https://github.com/apache/datafusion/issues/15780. Basically we should go over the predicate + file schema and add any necessary casts to the predicate side and remove any redundant casts. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org