StanZhai created SPARK-20211:
--------------------------------

             Summary: `1 > 0.0001` throws Decimal scale (0) cannot be greater 
than precision (-2) exception
                 Key: SPARK-20211
                 URL: https://issues.apache.org/jira/browse/SPARK-20211
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.1.0, 2.0.2, 2.0.1, 2.0.0, 2.1.1
            Reporter: StanZhai
            Priority: Critical


The following SQL:
{code}
select 1 > 0.0001 from tb
{code}
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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to