You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2017/05/27 23:25:04 UTC

[jira] [Resolved] (SPARK-20876) If the input parameter is float type for ceil or floor ,the result is not we expected

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

Xiao Li resolved SPARK-20876.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.0

> If the input parameter is float type for  ceil or floor ,the result is not we expected
> --------------------------------------------------------------------------------------
>
>                 Key: SPARK-20876
>                 URL: https://issues.apache.org/jira/browse/SPARK-20876
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.1.0, 2.2.0
>            Reporter: liuxian
>            Assignee: liuxian
>             Fix For: 2.3.0
>
>
> spark-sql>SELECT ceil(cast(12345.1233 as float));
> spark-sql>12345
> For this case, the result we expected is 12346
> spark-sql>SELECT floor(cast(-12345.1233 as float));
> spark-sql>-12345
> For this case, the result we expected is  -12346



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

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