[ 
https://issues.apache.org/jira/browse/SPARK-13494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170461#comment-15170461
 ] 

Xiao Li commented on SPARK-13494:
---------------------------------

Unable to reproduce it. Which version are you using? Can you share the schema 
of this table. 

> Cannot sort on a column which is of type "array"
> ------------------------------------------------
>
>                 Key: SPARK-13494
>                 URL: https://issues.apache.org/jira/browse/SPARK-13494
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Yael Aharon
>
> Executing the following SQL results in an error if columnName refers to a 
> column of type array
> SELECT * FROM myTable ORDER BY columnName ASC LIMIT 50
> The error is 
> org.apache.spark.sql.AnalysisException: cannot resolve 'columnName ASC' due 
> to data type mismatch: cannot sort data type array<string>



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