Details
-
Umbrella
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.4.0
-
None
-
None
Description
For a decimal binary arithmetic expression, we correct its runtime data type and result data type at DecimalPrecision. It has two drawback:
- it has some bug with the different ordering of the rules in TypeCoercion
- it's unnecessary to change its runtime data type for decimal, as it supports eval with different precision. So what we need to do is change the result type precision.