GitHub user petermaxlee opened a pull request:

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

    [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuite

    ## What changes were proposed in this pull request?
    This patch adds exception testing to SQLQueryTestSuite. When there is an 
exception in query execution, the query result contains the the exception class 
along with the exception message.
    
    As part of this, I moved some additional test cases for limit from 
SQLQuerySuite over to SQLQueryTestSuite.
    
    ## How was this patch tested?
    This is a test harness change.

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

    $ git pull https://github.com/petermaxlee/spark SPARK-17011

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

    https://github.com/apache/spark/pull/14592.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 #14592
    
----
commit 1a7cdc029f1cba22f7b8c59eaa241575b287983f
Author: petermaxlee <[email protected]>
Date:   2016-08-11T04:19:56Z

    [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuite

----


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