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
It turns out that Comet isn't using it's AvgDecimal expression but instead it is using the Avg expression and is operating on an UnscaledValue which represents the long value of the decimal.
Describe the bug
Given the following SQL, where
c1
is atinyint
andc7
is adecimal(14,6)
:Some results are different between Spark and Comet, perhaps due to a decimal promotion or rounding difference.
Steps to reproduce
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: