[GitHub] spark pull request #15701: [SPARK-18167] [SQL] Also log all partitions when ...

2016-10-31 Thread asfgit
Github user asfgit closed the pull request at:

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


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



[GitHub] spark pull request #15701: [SPARK-18167] [SQL] Also log all partitions when ...

2016-10-31 Thread ericl
GitHub user ericl opened a pull request:

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

[SPARK-18167] [SQL] Also log all partitions when the SQLQuerySuite test 
flakes

## What changes were proposed in this pull request?

One possibility for this test flaking is that we have corrupted the 
partition schema somehow in the tests, which causes the cast to decimal to fail 
in the call. This should at least show us the actual partition values.

## How was this patch tested?

Run it locally, it prints out something like `ArrayBuffer(test(partcol=0), 
test(partcol=1), test(partcol=2), test(partcol=3), test(partcol=4))`.


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

$ git pull https://github.com/ericl/spark print-more-info

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

https://github.com/apache/spark/pull/15701.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 #15701


commit 767fef82f8dadd1962abe1d93b2c1bf5e926697d
Author: Eric Liang 
Date:   2016-10-31T21:31:20Z

Mon Oct 31 14:31:20 PDT 2016




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