-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix NULL Arithmetic Handling for Numerical Operators in Type Coercion #17418
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
base: main
Are you sure you want to change the base?
Fix NULL Arithmetic Handling for Numerical Operators in Type Coercion #17418
Conversation
Hey @2010YOUY01 |
I'm not familiar with the related code at this moment, but
I think this change would be good. |
After looking at the code more and some attempts to fix failing tests I came with slightly different approach. @kosiew could you please take a look if the fix seems reasonable? |
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.
hi @etolbakov
Thanks for working on this.
Looks generally good to me.
I noticed and suggested a few small areas for improvement.
Hi @kosiew! |
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.
LGTM!
@2010YOUY01 could you please glance over this PR? |
Which issue does this PR close?
%
operator (SQLancer) #17387Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?