-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: solve bug when using string data in Div #14098
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.
Why not cherry pick #12858?
I'll add other tests when resolving #14935 |
/run-all-tests |
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
@SunRunAway, @zz-jason, @qw4990, @XuHuaiyu, @wshwsh12, PTAL. |
1 similar comment
@SunRunAway, @zz-jason, @qw4990, @XuHuaiyu, @wshwsh12, PTAL. |
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
/run-all-tests |
What problem does this PR solve?
fix function no longer support string as integer in 3.x #11998
What is changed and how it works?
in arithmeticDivideFunctionClass.setType4DivReal, it set the decimal to 31 while flen is 23. I change the decimal to -1, like in #12858
Check List
Tests
Code changes
Side effects
Related changes
Release note