littlelittlewhite09 opened a new pull request, #44419: URL: https://github.com/apache/spark/pull/44419
### What changes were proposed in this pull request? The filter of partition includes cast function may lead the partition pruning to disable. I supposed a new rule to fix it, but I am not sure if the rule is necessary. The issue is open on JIRA. Link:[SPARK-46460](https://issues.apache.org/jira/browse/SPARK-46460) ### Why are the changes needed? The changes can avoid filter condition failure caused by cast function. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? UT ### Was this patch authored or co-authored using generative AI tooling? no -- 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]
