adriangb commented on PR #19129: URL: https://github.com/apache/datafusion/pull/19129#issuecomment-3627993773
Okay I did find the *one case* that this covers: `select * from t order by part_col, col limit 10`. This will generate a dynamic filter that references `part_col`, but since the it's buried in a dynamic filter the simplifier won't simplfiy it. I was able to work around that: https://github.com/apache/datafusion/pull/19128/commits/2f591b887b641484c69e09351fc5f912862d0d3d -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
