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

Apache Spark reassigned SPARK-17429:
------------------------------------

    Assignee: Apache Spark

> spark sql length(1) return error
> --------------------------------
>
>                 Key: SPARK-17429
>                 URL: https://issues.apache.org/jira/browse/SPARK-17429
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.6.2
>            Reporter: cen yuhai
>            Assignee: Apache Spark
>
> select length(11);
> select length(2.0);
> these sql will return errors, but hive is ok.
> Error in query: cannot resolve 'length(11)' due to data type mismatch: 
> argument 1 requires (string or binary) type, however, '11' is of int type.; 
> line 1 pos 14
> Error in query: cannot resolve 'length(2.0)' due to data type mismatch: 
> argument 1 requires (string or binary) type, however, '2.0' is of double 
> type.; line 1 pos 14



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to