You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We define MAX_DECIMAL_FOR_EACH_PRECISION and MIN_DECIMAL_FOR_EACH_PRECISION for max/min decimals per precision. But the max/min for precision 38 looks incorrect.
Describe the bug
We define
MAX_DECIMAL_FOR_EACH_PRECISION
andMIN_DECIMAL_FOR_EACH_PRECISION
for max/min decimals per precision. But the max/min for precision 38 looks incorrect.To Reproduce
Steps to reproduce the behavior:
Expected behavior
For example, according to https://impala.apache.org/docs/build/html/topics/impala_decimal.html, the range of DECIMAL type is -10^38 +1 through 10^38 –1, if max precision is 38.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: