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

Add corrupted files in bad_data #48

Merged
merged 4 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added bad_data/ARROW-GH-41317.parquet
Binary file not shown.
Binary file added bad_data/ARROW-GH-41321.parquet
Binary file not shown.
4 changes: 4 additions & 0 deletions bad_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ These are files used for reproducing various bugs that have been reported.

* PARQUET-1481.parquet: tests a case where a schema Thrift value has been
corrupted
* ARROW-GH-41321.parquet: test case of https://github.com/apache/arrow/issues/41321
where decoded rep / def levels is less than num_values in page_header.
* ARROW-GH-41317.parquet: test case of https://github.com/apache/arrow/issues/41317
where all columns have not the same size.