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/11/06 04:12:00 UTC

[jira] [Resolved] (SPARK-21625) Add incompatible Hive UDF describe to DOC

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

Xiao Li resolved SPARK-21625.
-----------------------------
       Resolution: Fixed
         Assignee: Yuming Wang
    Fix Version/s: 2.3.0

> Add incompatible Hive UDF describe to DOC
> -----------------------------------------
>
>                 Key: SPARK-21625
>                 URL: https://issues.apache.org/jira/browse/SPARK-21625
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 2.3.0
>            Reporter: Yuming Wang
>            Assignee: Yuming Wang
>             Fix For: 2.3.0
>
>
> SQRT:
> {code:sql}
> hive> select SQRT(-10.0);
> OK
> NULL
> Time taken: 0.384 seconds, Fetched: 1 row(s)
> {code}
> {code:sql}
> spark-sql> select SQRT(-10.0);
> NaN
> Time taken: 0.096 seconds, Fetched 1 row(s)
> 17/10/30 10:52:50 INFO SparkSQLCLIDriver: Time taken: 0.096 seconds, Fetched 1 row(s)
> spark-sql> 
> {code}
> ----
> ACOS, ASIN:
> https://issues.apache.org/jira/browse/HIVE-17240



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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