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

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

> Built-in SQL Function UnaryMinus/UnaryPositive support string type
> ------------------------------------------------------------------
>
>                 Key: SPARK-20948
>                 URL: https://issues.apache.org/jira/browse/SPARK-20948
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Yuming Wang
>            Assignee: Yuming Wang
>             Fix For: 2.3.0
>
>
> {{UnaryMinus}}/{{UnaryPositive}} function should support string type, same as 
> hive:
> {code:sql}
> $ bin/hive
> Logging initialized using configuration in 
> jar:file:/home/wym/apache-hive-1.2.2-bin/lib/hive-common-1.2.2.jar!/hive-log4j.properties
> hive> select positive('-1.11'), negative('-1.11');
> OK
> -1.11   1.11
> Time taken: 1.937 seconds, Fetched: 1 row(s)
> hive> 
> {code}



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

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

Reply via email to