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 50af3d8  Add test data for RLE with bit_width == 0 (#57)
50af3d8 is described below

commit 50af3d8ce206990d81014b1862e5ce7380dc3e08
Author: Anthony De Bortoli <[email protected]>
AuthorDate: Fri Aug 23 19:31:53 2024 +0200

    Add test data for RLE with bit_width == 0 (#57)
    
    * Add test data for crash in go file reader
    
    * Rename test data filename
    
    * add description
    
    ---------
    
    Co-authored-by: mwish <[email protected]>
---
 bad_data/ARROW-GH-43605.parquet | Bin 0 -> 3077 bytes
 bad_data/README.md              |   1 +
 2 files changed, 1 insertion(+)

diff --git a/bad_data/ARROW-GH-43605.parquet b/bad_data/ARROW-GH-43605.parquet
new file mode 100644
index 0000000..8fbd953
Binary files /dev/null and b/bad_data/ARROW-GH-43605.parquet differ
diff --git a/bad_data/README.md b/bad_data/README.md
index 30802a5..52a4818 100644
--- a/bad_data/README.md
+++ b/bad_data/README.md
@@ -30,3 +30,4 @@ These are files used for reproducing various bugs that have 
been reported.
   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.
+* ARROW-GH-43605.parquet: dictionary index page uses rle encoding but 0 as rle 
bit-width.

Reply via email to