GitHub user JoshRosen opened a pull request:

    https://github.com/apache/spark/pull/7633

    [SPARK-9295] Analysis should detect sorting on unsupported column types

    This patch extends CheckAnalysis to throw errors for queries that try to 
sort on unsupported column types, such as ArrayType.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JoshRosen/spark SPARK-9295

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/7633.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #7633
    
----
commit 2f1b802839b88e3850d3333892fa23127b04486f
Author: Josh Rosen <[email protected]>
Date:   2015-07-24T04:36:04Z

    Add analysis rule to detect sorting on unsupported column types (SPARK-9295)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to