GitHub user marmbrus opened a pull request:

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

    [SPARK-10178][SQL] HiveComparisionTest should print out dependent tables

    In `HiveComparisionTest`s it is possible to fail a query of the form 
`SELECT * FROM dest1`, where `dest1` is the query that is actually computing 
the incorrect results.  To aid debugging this patch improves the harness to 
also print these query plans and their results.

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

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

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

    https://github.com/apache/spark/pull/8388.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 #8388
    
----
commit d717d18960cf860bc80c6d6c803f01db8865495c
Author: Michael Armbrust <[email protected]>
Date:   2015-08-24T04:50:51Z

    Print dependent test tables

commit 4894383bc1e6f861793f17a9c5198923db562f47
Author: Michael Armbrust <[email protected]>
Date:   2015-08-24T05:16:48Z

    fix wording

commit 125707bc7931972269ff4fa65139868287365592
Author: Michael Armbrust <[email protected]>
Date:   2015-08-24T05:23:00Z

    better filter

commit b3b84b47eba9b3be4f2263b8d282fd41c277c833
Author: Michael Armbrust <[email protected]>
Date:   2015-08-24T05:33:42Z

    import

----


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