[ 
https://issues.apache.org/jira/browse/SPARK-20665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-20665.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.2
                   2.2.0
                   2.0.3

Issue resolved by pull request 17906
[https://github.com/apache/spark/pull/17906]

> Spark-sql, "Bround" and "Round" function return NULL
> ----------------------------------------------------
>
>                 Key: SPARK-20665
>                 URL: https://issues.apache.org/jira/browse/SPARK-20665
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: liuxian
>             Fix For: 2.0.3, 2.2.0, 2.1.2
>
>
> >select bround(12.3, 2);
> >NULL
> For  this case, the expected result is 12.3, but it is null
> "Round" has the same problem:
> >select round(12.3, 2);
> >NULL



--
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