shrirangmhalgi opened a new pull request, #58441: URL: https://github.com/apache/spark/pull/58441
Backport of #58323 to branch-4.0. ### What changes were proposed in this pull request? Same as #58323 — add `RewriteWithExpression` to `nonExcludableRules`. ### Why are the changes needed? The bug exists since SPARK-45760 introduced `RewriteWithExpression` in 4.0.0. `Between` uses `With(input)` and `RewriteWithExpression` is not in `nonExcludableRules` on branch-4.0 (verified via `git show origin/branch-4.0`). ### Does this PR introduce _any_ user-facing change? Same as #58323. ### How was this patch tested? Same regression test as #58323. ### 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]
