-
Notifications
You must be signed in to change notification settings - Fork 847
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
refactor: Merge similar functions ilike_scalar
and nilike_scalar
#3303
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth just double checking the benchmarks for LLVM derp, but I'd be very surprised if this has any impact.
Thank you 😀
Do benchmarks run in PR checks? Or should I run it locally? |
Locally, I'm also happy to run them tomorrow morning |
That would be great! |
Resulted in
So this does represent a performance regression, I will investigate why |
Switching to use |
} else if right.starts_with('%') | ||
&& right.ends_with('%') | ||
&& !right.ends_with("\\%") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to have been an omission from #2743
Which issue does this PR close?
Part of #3296