Skip to content

Conversation

@HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR partially revert SPARK-26744.

60caa92 and 4dce45a were merged at similar time range independently. So the test failures were not caught.

  • 60caa92 happened to add a schema reading logic in writing path for overwrite mode as well.

  • 4dce45a added some tests with overwrite modes with migrated ORC v2.

And the tests looks starting to fail.

I guess the discussion won't be short (see #23606 (comment)) and this PR proposes to disable the tests added at 4dce45a to unblock other PRs for now.

How was this patch tested?

Existing tests.

@HyukjinKwon
Copy link
Member Author

cc @cloud-fan, @gengliangwang, @rdblue.

@HyukjinKwon
Copy link
Member Author

I'll close this one if there'd a quick fix or action soon.

@cloud-fan
Copy link
Contributor

There is a fix: #23824

But it seems can't be merged very soon, let's disable the test first.

@cloud-fan
Copy link
Contributor

I'm merging it to unblock other PRs, thanks!

@cloud-fan cloud-fan closed this in a0e81fc Feb 18, 2019
@HyukjinKwon
Copy link
Member Author

Thanks, Wenchen.

@HyukjinKwon HyukjinKwon changed the title [SPARK-26744][SQL][HOTFOX] Disable schema validation tests for FileDataSourceV2 (partially revert SPARK-26744) [SPARK-26744][SQL][HOTFIX] Disable schema validation tests for FileDataSourceV2 (partially revert SPARK-26744) Feb 18, 2019
@HyukjinKwon
Copy link
Member Author

HyukjinKwon commented Feb 18, 2019

Oops, what's hot fox hahaha typo :( .. OMG I didn't even know hot fox has a meaning too!! embarrassing!

@SparkQA
Copy link

SparkQA commented Feb 18, 2019

Test build #102474 has finished for PR 23828 at commit 7ab102f.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

mccheah pushed a commit to palantir/spark that referenced this pull request May 15, 2019
…ts for FileDataSourceV2 (partially revert )

## What changes were proposed in this pull request?

This PR partially revert SPARK-26744.

apache@60caa92 and apache@4dce45a were merged at similar time range independently. So the test failures were not caught.

- apache@60caa92 happened to add a schema reading logic in writing path for overwrite mode as well.

- apache@4dce45a added some tests with overwrite modes with migrated ORC v2.

And the tests looks starting to fail.

I guess the discussion won't be short (see apache#23606 (comment)) and this PR proposes to disable the tests added at apache@4dce45a to unblock other PRs for now.

## How was this patch tested?

Existing tests.

Closes apache#23828 from HyukjinKwon/SPARK-26744.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
@HyukjinKwon HyukjinKwon deleted the SPARK-26744 branch March 3, 2020 01:19
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