We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.12 Release
select round(coalesce(186,-33280029.8473323000000000000000000)); --sql结果是100830802,计算过程中将186转成decimal(33,25),round函数在处理时会得到100830802,正常得到的结果应是186
希望得到正确结果186
No response
The text was updated successfully, but these errors were encountered:
[fix](round) fix round decimal128 overflow (#37733)
1d3a21f
## Proposed changes Issue Number: close ##37143 <!--Describe your changes.-->
[fix](round) fix round decimal128 overflow (apache#37733)
448dbf2
## Proposed changes Issue Number: close #apache#37143 <!--Describe your changes.-->
6de2426
cbeeac6
No branches or pull requests
Search before asking
Version
2.0.12 Release
What's Wrong?
select round(coalesce(186,-33280029.8473323000000000000000000));
--sql结果是100830802,计算过程中将186转成decimal(33,25),round函数在处理时会得到100830802,正常得到的结果应是186
What You Expected?
希望得到正确结果186
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: