-
Notifications
You must be signed in to change notification settings - Fork 952
Preserve the decimal scale when creating a default scalar #9449
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
Preserve the decimal scale when creating a default scalar #9449
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.
This looks good. There is an oddness with a type-dispatcher call within a type-checking switch statement. But that is unrelated to this change and can be fixed in a follow up PR.
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.
Only things mentioned above needs to be addressed, rest looks good.
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9449 +/- ##
================================================
- Coverage 10.79% 10.78% -0.01%
================================================
Files 116 117 +1
Lines 18869 19445 +576
================================================
+ Hits 2036 2097 +61
- Misses 16833 17348 +515
Continue to review full report at Codecov.
|
@gpucibot merge |
this fixes #9431
I am no C++ expert so I am happy to get any advice on a better way to fix this issue.