Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-10063] Follow-up: remove a useless test related to an old output committer #18716

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

It's a follow-up of #18689 , which forgot to remove a useless test.

How was this patch tested?

N/A

@cloud-fan
Copy link
Contributor Author

cc @jiangxb1987 @robert3005

// Because there data already exists,
// this append should succeed because we will use the output committer associated
// with file format and AlwaysFailOutputCommitter will not be used.
df.write.mode("append").format(dataSourceName).save(dir.getCanonicalPath)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test is wrong because it didn't call .options(extraOptions), that's why I missed it in my previous PR...

@SparkQA
Copy link

SparkQA commented Jul 23, 2017

Test build #79874 has finished for PR 18716 at commit 67393ec.

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

@robert3005
Copy link
Contributor

LGTM, Thanks for looking into this.

@cloud-fan
Copy link
Contributor Author

thanks, merging to master!

@asfgit asfgit closed this in ccaee5b Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants