adriangb commented on PR #19129: URL: https://github.com/apache/datafusion/pull/19129#issuecomment-3628144036
> 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: [2f591b8](https://github.com/apache/datafusion/commit/2f591b887b641484c69e09351fc5f912862d0d3d) I've copied that change over to here, it seems more appropriate and fits in with the original goal of this PR -- 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]
