-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-33938][SQL][3.1] Optimize Like Any/All by LikeSimplification #31063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kubernetes integration test starting |
Kubernetes integration test status success |
retest this please |
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #133788 has finished for PR 31063 at commit
|
thanks, merging to 3.1! |
### What changes were proposed in this pull request? We should optimize Like Any/All by LikeSimplification to improve performance. ### Why are the changes needed? Optimize Like Any/All ### Does this PR introduce _any_ user-facing change? 'No'. ### How was this patch tested? Jenkins test. Closes #31063 from beliefer/SPARK-33938_backport-3.1. Authored-by: gengjiaan <gengjiaan@360.cn> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
@cloud-fan Thanks for your work |
Although this is an improvement, I'm okay with this backport. cc @HyukjinKwon . |
I am okay too. If it's pretty major and safe, I am okay with porting back. |
It's a 3.1 perf regression: #30975 (comment) |
What changes were proposed in this pull request?
We should optimize Like Any/All by LikeSimplification to improve performance.
Why are the changes needed?
Optimize Like Any/All
Does this PR introduce any user-facing change?
'No'.
How was this patch tested?
Jenkins test.