Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1
Description
The following SQL:
select 1 > 0.0001 from tb
throws Decimal scale (0) cannot be greater than precision (-2) exception in Spark 2.x.
`floor(0.0001)` and `ceil(0.0001)` have the same problem in Spark 1.6.x and Spark 2.x.