1. d5df847 GH-3327: Bug fix incorrect compressed size reported by DataPageV1 (#3326) by Arnav Balyan · 5 hours ago master
  2. 4d2f1ee GH-3331: Track Column index page skip statistics during file read (#3330) by Arnav Balyan · 10 hours ago
  3. 8c84dd0 GH-2891: Include actual values in validation error messages and improve logging (#3319) by Arnav Balyan · 34 hours ago
  4. 6a5d0d0 GH-3312: Support uuid read converter for parquet thrift (#3313) by Arnav Balyan · 34 hours ago
  5. f50dd6c GH-2972: Fix incomplete avro metadata on INT96 schema converter (#3311) by Arnav Balyan · 4 days ago
  6. 9db6236 GH-3224: Make ParquetProperties.valuesWriterFactory thread safe (#3308) by Arnav Balyan · 9 days ago
  7. 43c5976 GH-3300: add ParquetWriter and ParquetReader builders constructor without params (#3301) by Jeronimo López · 2 weeks ago
  8. c002328 GH-3298: Support unified file based configurations for CLI (#3304) by Arnav Balyan · 2 weeks ago
  9. 44cb94b GH-3310: Clean up JIRA references and move to GH issues (#3309) by Arnav Balyan · 2 weeks ago
  10. 4f577a6 GH-3149: Enable ParquetAvroReader to handle decimal types for int32/64 (#3306) by Arnav Balyan · 3 weeks ago
  11. 1818380 GH-3286: Add support for Parquet-Protobuf in Parquet-cli (#3287) by Arnav Balyan · 3 weeks ago
  12. a1ad19a MINOR: Post release of 1.16.0 (#3305) by Gang Wu · 3 weeks ago
  13. 62a29b8 docs: Replace JIRA with GitHub Issues (#3303) by Fokko Driesprong · 3 weeks ago
  14. 4cfab6a MINOR: Bump version to 1.17.0-SNAPSHOT (#3293) by Arnav Balyan · 3 weeks ago
  15. 3065e8d GH-2961: Cycle detection in AvroSchemaConverter to prevent infinite recursion (#3272) by Arnav Balyan · 3 weeks ago
  16. a1d8412 GH-3267: Add comprehensive assertions to TestMemPageStore (#3268) by Arnav Balyan · 3 weeks ago
  17. 8be0dad GH-2967: Support unified config options for convert parquet-cli (#3283) by Arnav Balyan · 3 weeks ago
  18. ca5eb46 GH-3294: Include optional profiles for release process (#3297) by Arnav Balyan · 4 weeks ago
  19. 4b6fbc1 GH-3273: Add scoped chunk level statistics to avoid unbounded output (#3274) by Arnav Balyan · 4 weeks ago
  20. 2a58300 Add comparator for `UnknownLogicalType` (#3292) by Fokko Driesprong · 4 weeks ago
  21. 4591ed3 GH-3290: Restore Snapshot versions for vector/benchmark modules (#3288) by Arnav Balyan · 4 weeks ago
  22. 2d463ee [maven-release-plugin] prepare for next development iteration by Gang Wu · 4 weeks ago
  23. 1e3d701 [maven-release-plugin] prepare release apache-parquet-1.16.0-rc0 by Gang Wu · 4 weeks ago apache-parquet-1.16.0-rc0
  24. 7ef2f91 bump parquet-plugins to 1.16.0 for release by Gang Wu · 4 weeks ago
  25. 0d25e13 MINOR: Bump parquet-format to 2.12.0 (#3285) by Gang Wu · 4 weeks ago
  26. 299b0ae MINOR: Bump thrift to 0.22.0 (#3229) by Vinoo Ganesh · 4 weeks ago
  27. 36a5f9c Bump jackson.version from 2.19.0 to 2.19.2 (#3266) by dependabot[bot] · 5 weeks ago
  28. da2bcd0 Bump actions/setup-java from 4 to 5 (#3276) by dependabot[bot] · 5 weeks ago
  29. 97321b8 GH-3141: Add constructor to `ParquetFileReader` to pass parquet footer and expose setRequestedSchema that accepts `List<ColumnDescriptor>` (#3262) by Cheng Pan · 5 weeks ago
  30. 6d2635b Minor: Cleanup some tests (#3265) by Fokko Driesprong · 5 weeks ago
  31. 7f36131 GH-3253: Apply ServicesResourceTransformer to parquet-jackson (#3260) by Cheng Pan · 5 weeks ago
  32. 5187eb1 GH-3263: Add DictionaryPage.decode to allow dictionary reuse in the ColumnReaderBase ctor (#3264) by pyckle · 6 weeks ago
  33. 6ac9b29 Bump com.google.api.grpc:proto-google-common-protos (#3256) by dependabot[bot] · 8 weeks ago
  34. e325796 GH-3239: Improve ByteBufferReadable detection in HadoopStream (#3259) by Yuming Wang · 8 weeks ago
  35. 0a86015 GH-3249: Fix incorrect Bloom filter data when reading from ByteArrayInputStream by using readFully() (#3250) by Yuming Wang · 3 months ago
  36. 4aa2ea9 GH-3223: Implement Variant parquet writer (#3221) by David Cashman · 3 months ago
  37. 46595e2 Avro: Fix test configuration (#3244) by Guang · 3 months ago
  38. 0301347 Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#3240) by dependabot[bot] · 3 months ago
  39. cc75225 GH-3235: Row count limit for each row group (#3236) by Cheng Pan · 3 months ago
  40. 1cda24f GH-3233: Parquet CLI supports version command (#3234) by Cheng Pan · 4 months ago
  41. 13c4919 Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 (#3225) by dependabot[bot] · 4 months ago
  42. eb65987 MINOR: Update BoundingBox for Empty and Antimeridian Handling (#3222) by Feng Zhang · 4 months ago
  43. 1f1e07b GH-3211: Implement Variant parquet reader (#3212) by David Cashman · 4 months ago
  44. f3535a6 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#3218) by dependabot[bot] · 4 months ago
  45. 22a23d0 PARQUET-2417: Add statistics support to geometry logical type (#2971) by Feng Zhang · 4 months ago
  46. cdcea6d Bump com.github.luben:zstd-jni from 1.5.6-6 to 1.5.7-3 (#3209) by dependabot[bot] · 4 months ago
  47. 5f079b9 GH-3205: Make HadoopPositionOutputStream.close() safe to call even if closed (#3206) by Dominic So · 5 months ago
  48. 3c33fab GH-3207: ParquetFileReader supports detachFileInputStream (#3208) by Cheng Pan · 5 months ago
  49. 142bff0 GH-3201: Implement a Variant builder to create Variant values (#3202) by Gene Pang · 5 months ago
  50. 8c632d9 GH-3203: HadoopPositionOutputStream.close() to call FSDataOutputStream.flush() (#3204) by Steve Loughran · 5 months ago
  51. 32a484a MINOR: Fix display of logicalTypeAnnotation for parquet cli (#3184) by Cheng Pan · 5 months ago
  52. 8d6afa9 PARQUET-2417: Add `geometry` and `geography` logical type annotations (#3200) by Feng Zhang · 5 months ago
  53. 236ddb9 GH-3198: Allow specifying trusted classes by class name (#3199) by Gabor Szadovszky · 5 months ago
  54. c780ffa GH-3116: Implement the decoding of Variant values (#3197) by Gene Pang · 5 months ago
  55. 66e0c4e GH-3070: Add Variant logical type annotation to parquet-java (#3072) by Aihua Xu · 5 months ago
  56. 00b6bab GH-3188: Set the global configured column stats enable flag to default (#3189) by huaxiangsun · 6 months ago
  57. a24ea5c Minor: Use logicaltypes constants in ParquetMetadataConverter (#3186) by Aihua Xu · 6 months ago
  58. 6fe139e Enable jitpack.io repo only when brotli is required (#3180) by Cheng Pan · 6 months ago
  59. b69149f Bump Parquet Format to 2.11 (#3181) by Fokko Driesprong · 6 months ago
  60. ad22aa0 Bump com.google.api.grpc:proto-google-common-protos (#3177) by dependabot[bot] · 6 months ago
  61. 7d1fe32 MINOR: update latest version to 1.15.1 (#3179) by Gang Wu · 6 months ago
  62. e9c97e7 Bump jackson.version from 2.18.2 to 2.18.3 (#3170) by dependabot[bot] · 7 months ago
  63. b6d54cc GH-3172: Do not drop blocks with some null values if `DictionaryFilter` is applied for `UserDefinedPredicate` which keeps null values (#3173) by Egidijus Bartkus · 7 months ago
  64. 680edfa GH-3168: Restrict trusted packages in the parquet-avro module (#3169) by Gang Wu · 7 months ago
  65. d639b06 MINOR: Reader fails fast when footer size is larger than INT_MAX (#3136) by Xianyang Liu · 7 months ago
  66. 976e2d2 GH-3163: Reduce memory and time overhead of ParquetRewriterTests (#3164) by Rahul Sharma · 7 months ago
  67. 41e294c GH-3122: Correct V2 page header compression fields for zero-size data pages (#3148) by Xianyang Liu · 7 months ago
  68. 3174442 Bump it.unimi.dsi:fastutil from 8.5.13 to 8.5.15 (#3162) by dependabot[bot] · 7 months ago
  69. 5468116 GH-3156: Enable vectored IO by default (#3155) by ahmarsuhail · 7 months ago
  70. 37a29d9 Add logical type annotation for `UnknownType` (#3154) by Fokko Driesprong · 7 months ago
  71. 05dc538 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#3159) by dependabot[bot] · 7 months ago
  72. 78c9c5c Bump com.h2database:h2 from 2.3.230 to 2.3.232 (#3158) by dependabot[bot] · 7 months ago
  73. 6797280 Deprecate Apache Pig Integration (#3153) by Fokko Driesprong · 7 months ago
  74. 92354f6 MINOR: Remove release script (#3144) by Fokko Driesprong · 7 months ago
  75. 43226d3 Bump com.google.api.grpc:proto-google-common-protos (#3151) by dependabot[bot] · 7 months ago
  76. fb6f0be Improve exception message in InternalFileDecryptor. (#3143) by Yujiang Zhong · 8 months ago
  77. 3306fd6 Bump protobuf.version from 3.25.5 to 3.25.6 (#3138) by dependabot[bot] · 8 months ago
  78. 7bac7a9 Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre (#3137) by dependabot[bot] · 8 months ago
  79. bcd161c MINOR: Remove `parquet-tools` from `NOTICE` (#3140) by Fokko Driesprong · 8 months ago
  80. bb4f867 GH-3115: Fix int96 read issue in complex type (#3118) by pratyush-sharma-2025 · 8 months ago
  81. be5ada2 GH-3125: Add CLI for SizeStatistics (#3126) by Gang Wu · 8 months ago
  82. d5f86d7 GH-3133: Fix SizeStatistics to handle omitted histogram (#3134) by Gang Wu · 8 months ago
  83. ec537c7 GH-3123: Omit level histogram for some max levels (#3124) by Gang Wu · 8 months ago
  84. 8127cc3 GH-3127: Enabled `parquet.hadoop.vectored.io.enabled` by default (#3128) by Dongjoon Hyun · 8 months ago
  85. b7058f5 GH-3099 add libthrift to parquet-cli shaded jar (#3100) by arnaud.nauwynck · 8 months ago
  86. a4aa781 Bump org.easymock:easymock from 5.4.0 to 5.5.0 (#3131) by dependabot[bot] · 8 months ago
  87. b659342 MINOR: Remove Joda as a direct dependency (#3132) by Fokko Driesprong · 8 months ago
  88. 7a99d86 Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#3119) by dependabot[bot] · 8 months ago
  89. 9aadcf5 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.0 to 2.9.1 (#3120) by dependabot[bot] · 8 months ago
  90. 10d2733 Bump com.google.truth.extensions:truth-proto-extension (#3107) by dependabot[bot] · 8 months ago
  91. d6c80d7 GH-3114: Fix LogicalType conversions for nested records on Avro <= 1.8 (#3111) by Claire McGinty · 8 months ago
  92. 7f77908 MINOR: Remove `scala` properties from `pom.xml` (#3104) by Fokko Driesprong · 9 months ago
  93. e0e7785 Bump jackson.version from 2.18.1 to 2.18.2 (#3108) by dependabot[bot] · 9 months ago
  94. 4985318 Bump com.google.api.grpc:proto-google-common-protos (#3109) by dependabot[bot] · 9 months ago
  95. a3bfbcd Bump net.openhft:zero-allocation-hashing from 0.26ea0 to 0.27ea0 (#3093) by dependabot[bot] · 9 months ago
  96. 1c9ead4 Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#3094) by dependabot[bot] · 9 months ago
  97. f362765 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.5.0 (#3092) by dependabot[bot] · 9 months ago
  98. 4aeba6c MINOR: bump version to 1.16.0-SNAPSHOT (#3097) by Gang Wu · 10 months ago
  99. f4a3e8b GH-3078: Use Hadoop FileSystem.openFile() to open files (#3079) by Steve Loughran · 10 months ago
  100. 0ddffb2 GH-3089: Add missing license header to pom.xml (#3090) by Raúl Cumplido · 10 months ago