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

[jira] [Updated] (SPARK-20665) Spark-sql, "Bround" function return NULL

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

liuxian updated SPARK-20665:
----------------------------
    Description: 
>select bround(12.3, 2);
>NULL
For  this case, we expected the result is 12.3, but it is null

  was:
>select bround(12.3, 2);
>NULL
For  this case, we expected de result is 12.3, but it is null


> Spark-sql, "Bround" 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.2.0
>            Reporter: liuxian
>
> >select bround(12.3, 2);
> >NULL
> For  this case, we expected the result is 12.3, but it is null



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