GitHub user marmbrus opened a pull request:

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

    [SPARK-2059][SQL] Add analysis checks

    An initial version of analysis checks.  Long term we are going to want 
something more complete, but this at least prevents us from making it all the 
way execution with obvious problems.  For example, doing a sort on a misspelled 
attribute is actually enough to kill the DAG scheduler.

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

    $ git pull https://github.com/marmbrus/spark analysisChecks

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

    https://github.com/apache/spark/pull/1263.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 #1263
    
----
commit 448c088641af409ffeff59d1c3a326631a6bd599
Author: Michael Armbrust <mich...@databricks.com>
Date:   2014-06-29T18:32:12Z

    Add analysis checks

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to