This is an automated email from the ASF dual-hosted git repository.

maplefu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 89ec47e  Add corrupted files in bad_data (#48)
89ec47e is described below

commit 89ec47ee5fae5a8d865ca3321b4f9a3b209a53c2
Author: Even Rouault <[email protected]>
AuthorDate: Thu Aug 15 10:42:19 2024 +0200

    Add corrupted files in bad_data (#48)
    
    * Add arrow_issue_41321.parquet
    
    * Add arrow_issue_41317.parquet
    
    * resolve comment
    
    ---------
    
    Co-authored-by: mwish <[email protected]>
---
 bad_data/ARROW-GH-41317.parquet | Bin 0 -> 72995 bytes
 bad_data/ARROW-GH-41321.parquet | Bin 0 -> 72995 bytes
 bad_data/README.md              |   4 ++++
 3 files changed, 4 insertions(+)

diff --git a/bad_data/ARROW-GH-41317.parquet b/bad_data/ARROW-GH-41317.parquet
new file mode 100644
index 0000000..a51eec7
Binary files /dev/null and b/bad_data/ARROW-GH-41317.parquet differ
diff --git a/bad_data/ARROW-GH-41321.parquet b/bad_data/ARROW-GH-41321.parquet
new file mode 100644
index 0000000..b78c544
Binary files /dev/null and b/bad_data/ARROW-GH-41321.parquet differ
diff --git a/bad_data/README.md b/bad_data/README.md
index 472865b..885af61 100644
--- a/bad_data/README.md
+++ b/bad_data/README.md
@@ -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.

Reply via email to