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