1. f4d7ed7 GH-45185: Add bad_data file with invalid repetition levels (#67) by Adam Reeve · 8 days ago master
  2. c7cf137 Update encryption test files to correct invalid repetition levels (#65) by Adam Reeve · 3 weeks ago
  3. 4439a22 Add map_no_value.parquet (#63) by Ed Seidl · 9 weeks ago
  4. 2af9e9a Remove x permissions in parquet files (#64) by zuyu · 9 weeks ago
  5. 2fa03fc Update test data name to reflect actual file name (#62) by Louis FRULEUX · 10 weeks ago
  6. 550368c Add repeated_primitive_no_list.parquet (#61) by Ze'ev Maor · 3 months ago
  7. a7f1d28 Add file with nesting two-level list structure (#60) by Gang Wu · 3 months ago
  8. 50af3d8 Add test data for RLE with bit_width == 0 (#57) by Anthony De Bortoli · 5 months ago
  9. cb7a967 adding some bad parquet files (#58) by Jinpeng · 5 months ago
  10. 89ec47e Add corrupted files in bad_data (#48) by Even Rouault · 5 months ago
  11. 45b737f Add test file with sorting columns (#56) by mwish · 5 months ago
  12. 9b48ff4 Add a Parquet file with column chunk key-value metadata (#49) by Chungmin Lee · 6 months ago
  13. 1bf4bd3 Add .asf.yaml to enable Github issues and redirect notifications (#50) by Gang Wu · 7 months ago
  14. 1ba3447 File containing a Map schema without explicitly required key (#47) by Pieter Raubenheimer · 9 months ago
  15. 74278bc PARQUET-2414: Add test file for additional BYTE_STREAM_SPLIT types (#46) by Antoine Pitrou · 10 months ago
  16. 4cb3cff Add BYTE_STREAM_SPLIT data file (#45) by Martin · 1 year ago
  17. d69d979 Add bloom-filter with length (#43) by mwish · 1 year, 2 months ago
  18. da467da Regenerate Float16 files without compression (#42) by Gang Wu · 1 year, 2 months ago
  19. ee03e10 Regenerate without compression by benibus · 1 year, 2 months ago
  20. 89b685a PARQUET-2369: Add new test file concatenated_gzip_members.parquet (#41) by Atheel Massalha · 1 year, 2 months ago
  21. 506afff PARQUET-758: Add files with Float16 column (#40) by Ben Harkins · 1 year, 2 months ago
  22. e45cd23 Replace encrypted files with page index enabled (#39) by Gang Wu · 1 year, 4 months ago
  23. d79a010 Add large_string_map data file (#38) by Arthur Passos · 1 year, 7 months ago
  24. b2e7cc7 Add test files for dictionary page crc by mwish · 1 year, 11 months ago
  25. 4aec91f Merge pull request #36 from adamreeve/java_external_key_material by ggershinsky · 1 year, 11 months ago
  26. be74fc0 Add test file encrypted with external key material by Adam Reeve · 2 years ago
  27. 33b4e23 Add file with NaN in statistics (#35) by Will Jones · 2 years ago
  28. e2d244a GH-15164: Add new bloom filter example for current spec (#34) by mwish · 2 years ago
  29. 5b82793 Add parquet file with rowgroup having larger than INT16_MAX pages (#33) by mwish · 2 years ago
  30. 8a3d3fd ARROW-18420: Add fint32_with_null_pages.parquet for page index test (#32) by Gang Wu · 2 years, 1 month ago
  31. de7570a ARROW-18420: Add fixed_length_byte_array.parquet for page index test (#31) by Gang Wu · 2 years, 1 month ago
  32. 3510fa8 ARROW-17904: [Parquet] Add data files with checksums on datapage v1 (#29) by mwish · 2 years, 2 months ago
  33. e13af11 PARQUET-2187: Update rle_boolean_encoding file with more rows by Nishanth Thimmegowda · 2 years, 4 months ago
  34. 19fcd4d Fix CRC checksum on data_length_byte_array.parquet by Muthunagappan Muthuraman · 2 years, 4 months ago
  35. a11fc8f PARQUET-2187: Add RLE encoding with boolean columns parquet file (#26) by Nishanth Thimmegowda · 2 years, 4 months ago
  36. aafd3fc add test file for page index filter. (#25) by Yang Jiang · 2 years, 7 months ago
  37. b76cde4 Test file for DELTA_LENGTH_BYTE_ARRAY decoding (#24) by Muthunagappan Muthuraman · 2 years, 7 months ago
  38. 7175a47 Add empty file with list data (#23) by Navin · 2 years, 10 months ago
  39. 3edb72a Add parquet file with optional metadata (#22) by Shani Solomon · 3 years ago
  40. acd375e ARROW-15184: Add delta-encoded Parquet files with and without nulls (#21) by Shan Huang · 3 years, 1 month ago
  41. d4d4859 PARQUET-492: Add file of DELTA_BYTE_ARRAY encoding. (#20) by Shan Huang · 3 years, 5 months ago
  42. 600d437 Include some comments about the data by Antoine Pitrou · 3 years, 5 months ago
  43. ec60019 Generate new files with 200 rows of data. by shanhuuang · 3 years, 5 months ago
  44. 897975e ARROW-13206: Add file of DELTA_BINARY_PACKED encoding by pincheng.hs · 3 years, 7 months ago
  45. ddd8989 PARQUET-1998: Add LZ_RAW compressed files by Antoine Pitrou · 3 years, 10 months ago
  46. 8e7badc ARROW-11452: Add file for testing ARROW-11452 (#17) by Max Burke · 4 years ago
  47. e31fe1a ARROW-9177: Add Hadoop-produced LZ4-compressed file with several frames by Antoine Pitrou · 4 years ago
  48. d914f9d PARQUET-1878: Fix legacy LZ4-compressed file (#14) by Antoine Pitrou · 4 years, 4 months ago
  49. 60deed4 PARQUET-1878: [C++] lz4 codec is not compatible with Hadoop Lz4Codec (#13) by Wes McKinney · 4 years, 6 months ago
  50. 25c8ce4 add non_hadoop_lz4_compressed.parquet by Patrick Pai · 4 years, 6 months ago
  51. 1e8480a Add hadoop_lz4_compressed.parquet by Patrick Pai · 4 years, 6 months ago
  52. 40379b3 Merge pull request #11 from urbanlogiq/list_columns by Fokko Driesprong · 4 years, 9 months ago
  53. bcd9ebc PARQUET-1834: Add Apache 2.0 license to README.md files in apache/parquet-testing (#12) by andersonm-ibm · 4 years, 10 months ago
  54. 98f8510 add tiny parquet with int and utf8 list columns by Morgan Cassels · 4 years, 10 months ago
  55. 46c9e97 ARROW-6687: Add .parquet file with single np.nan value (#9) by Ádám Lippai · 5 years ago
  56. a277dc4 PARQUET-1621: [C++] Add encrypted parquet files to apache parquet-testing repository (#7) by revit1976 · 6 years ago
  57. 2fc3ade ARROW-5322 : Parquet files with dictionary page offset as 0 is not readable by shyam · 6 years ago
  58. 8991d0b Add LICENSE.txt (Apache 2.0) by Wes McKinney · 6 years ago
  59. bb7b6ab Data file for binary min-max statistics test by Ildar Musin · 6 years ago
  60. 8eb0213 Add bad_data/ directory by Wes McKinney · 6 years ago
  61. 92a8e6c Add additional data files used for testing Rust library (#2) by Chao Sun · 6 years ago
  62. 46ae260 PARQUET-1160: [C++] Implement BYTE_ARRAY-backed Decimal reads (#1) by thaining · 6 years ago
  63. 48a657c Add test data files from parquet-cpp by Wes McKinney · 6 years ago
  64. 9e22cb5 Initial commit by Wes McKinney · 6 years ago