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

Create data files using overwrite #453

Merged
merged 1 commit into from Sep 9, 2019
Merged

Conversation

rdblue
Copy link
Contributor

@rdblue rdblue commented Sep 5, 2019

This updates Spark writes to create data files with overwrite set. Data file paths are always unique, so the purpose of this change is not to overwrite existing files. Instead, this will avoid an existence check in the file system to avoid negative caching the result of that existence check.

Copy link
Contributor

@aokolnychyi aokolnychyi left a comment

Choose a reason for hiding this comment

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

+1

@aokolnychyi
Copy link
Contributor

I am going to merge this one as it was open for enough time to get comments from the community.

@aokolnychyi aokolnychyi merged commit 4d8ae52 into apache:master Sep 9, 2019
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.

None yet

2 participants