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

PARQUET-1772: [C++] ParquetFileWriter: Data overwritten in append mode #6228

Conversation

gawain-bolton
Copy link

Detect when the output stream provided is in append mode and raise an
exception. This is done to prevent existing data being overwritten as
Parquet does not yet support appending data to existing files.

Detect when the output stream provided is in append mode and raise an
exception.  This is done to prevent existing data being overwritten as
Parquet does not yet support appending data to existing files.
@github-actions
Copy link

@wesm
Copy link
Member

wesm commented Jan 22, 2020

This broke a number of things, I just pushed fixes

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1 pending CI

unit test in arrow-dataset-file-parquet-test
@gawain-bolton
Copy link
Author

This broke a number of things, I just pushed fixes

Thank you! I have fixed the remaining failed test.

@wesm wesm closed this in 2c1c508 Jan 22, 2020
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