GitHub user gatorsmile opened a pull request:

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

    [SPARK-17589] [TEST] [2.0] Fix test case `create external table` in 
MetastoreDataSourcesSuite

    ### What changes were proposed in this pull request?
    This PR is to fix a test failure on the branch 2.0 builds:
    
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-branch-2.0-test-maven-hadoop-2.7/711/
    ```
    Error Message
    
    "Table `default`.`createdJsonTable` already exists.;" did not contain 
"Table default.createdJsonTable already exists." We should complain that 
createdJsonTable already exists
    ```
    
    ### How was this patch tested?
    N/A

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

    $ git pull https://github.com/gatorsmile/spark fixTestCase

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

    https://github.com/apache/spark/pull/15145.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 #15145
    
----
commit a7713de3300c02aaba758a8e75364f8a7c8cbc41
Author: gatorsmile <gatorsm...@gmail.com>
Date:   2016-09-19T00:44:46Z

    fix.

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to