Yael Aharon created SPARK-13494:
-----------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]