GitHub user liancheng opened a pull request:
https://github.com/apache/spark/pull/948
[SPARK-1852] prevents queries with sorts submitting jobs prematurely
JIRA issue: [SPARK-1852](https://issues.apache.org/jira/browse/SPARK-1852)
This issue is related to
[SPARK-1021](https://issues.apache.org/jira/browse/SPARK-1021), but this PR
doesn't try to solve that one. Worked around by only forcing query planning
when running DDL and other native commands.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liancheng/spark spark-1852
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/948.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 #948
----
commit d7674d0ca0a55f1b7dbc731153918027d1c116d6
Author: Cheng Lian <[email protected]>
Date: 2014-06-03T05:35:12Z
[SPARK-1852] prevents queries with sorts submitting jobs prematurely
----
---
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.
---