Skip to content

Conversation

@ericl
Copy link
Contributor

@ericl ericl commented Oct 31, 2016

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

@ericl
Copy link
Contributor Author

ericl commented Oct 31, 2016

@yhuai

@yhuai
Copy link
Contributor

yhuai commented Oct 31, 2016

lgtm

@SparkQA
Copy link

SparkQA commented Oct 31, 2016

Test build #67836 has finished for PR 15701 at commit 767fef8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yhuai
Copy link
Contributor

yhuai commented Oct 31, 2016

merging to master. Thanks

@asfgit asfgit closed this in 6633b97 Oct 31, 2016
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
…t 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))`.

Author: Eric Liang <ekl@databricks.com>

Closes apache#15701 from ericl/print-more-info.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants