1. f62b2c0 MINOR: Fix error message in SimpleGroup.add() for binary (#3385) by Naoki Takezoe · 3 days ago master
  2. 4147bc6 [maven-release-plugin] prepare for next development iteration by Fokko Driesprong · 3 weeks ago
  3. fac0c74 [maven-release-plugin] prepare release apache-parquet-1.17.0-rc0 by Fokko Driesprong · 3 weeks ago apache-parquet-1.17.0-rc0
  4. a8ead9d Bump protobuf.version from 4.33.1 to 4.33.2 (#3373) by dependabot[bot] · 3 weeks ago parquet-1.17.x
  5. 0ecd799 Allow reading dictionary encoded boolean (#3370) by Fokko Driesprong · 3 weeks ago
  6. 46218f2 Bump commons-io:commons-io from 2.18.0 to 2.21.0 (#3369) by dependabot[bot] · 3 weeks ago
  7. 7ec3284 Exclude `package-info.class` from shaded fastutil (#3322) by Jeronimo López · 5 weeks ago
  8. 7453be4 Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre (#3366) by dependabot[bot] · 5 weeks ago
  9. 893ef11 Bump easymock 5.6.0 to support Java 25 (#3363) by Cheng Pan · 5 weeks ago
  10. 6b2940c Remove unused parquet-thrift dependencies (#3323) by Aaron Niskode-Dossett · 5 weeks ago
  11. 5040a63 Bump protobuf.version from 3.25.6 to 4.30.2 (#3182) by dependabot[bot] · 5 weeks ago
  12. 2ccc243 MINOR: parquet-avro tests should not debug to stderr (#3329) by Aaron Niskode-Dossett · 6 weeks ago
  13. ee2c751 GH-3358: Option to set Thrift max message size (#3359) by Chiran Ravani · 7 weeks ago
  14. 313a1f3 Bump to Java 11 (#3314) by Fokko Driesprong · 7 weeks ago
  15. a6bad6a GH-3175: support protobuf library version 4 (#3352) by Uwe Maurer · 7 weeks ago
  16. 8e740f0 GH-3315: Variant binary read does not take length into account (#3333) by Jeronimo López · 8 weeks ago
  17. dfc025e GH-3213: Add the configuration for ByteStreamSplit encoding (#3214) by Joey Tong · 9 weeks ago
  18. 2bcd2bd GH-3350: Avoid flushing data to cloud when exception is thrown (#3351) by Jiayi-Wang-db · 10 weeks ago
  19. 44701aa Remove unused test dependencies (#3324) by Aaron Niskode-Dossett · 3 months ago
  20. 3b02e45 MINOR: Bump avro.version from 1.11.4 to 1.11.5 (#3348) by Gabor Szadovszky · 3 months ago
  21. 0fea3e1 GH-3338: Support encrypted files for Parquet CLI commands (#3339) by Arnav Balyan · 3 months ago
  22. 9e231dc Allow bytestreamsplit available via Hadoop Configuration (#3340) by Arnav Balyan · 3 months ago
  23. 04e2f19 GH-3316: Fix representation type for VariantBuilder decimal (#3335) by Arnav Balyan · 3 months ago
  24. 68fa731 GH-3320: Ensure parquet reader does not fail due to incorrect statistics (#3325) by Arnav Balyan · 3 months ago
  25. 41f7359 GH-3317: Fix bytes written by VariantBuilder.appendFloat (#3334) by Arnav Balyan · 3 months ago
  26. 7e7a658 GH-2836: Support reading pure parquet files with cat (#3332) by Arnav Balyan · 3 months ago
  27. d5df847 GH-3327: Bug fix incorrect compressed size reported by DataPageV1 (#3326) by Arnav Balyan · 4 months ago
  28. 4d2f1ee GH-3331: Track Column index page skip statistics during file read (#3330) by Arnav Balyan · 4 months ago
  29. 8c84dd0 GH-2891: Include actual values in validation error messages and improve logging (#3319) by Arnav Balyan · 4 months ago
  30. 6a5d0d0 GH-3312: Support uuid read converter for parquet thrift (#3313) by Arnav Balyan · 4 months ago
  31. f50dd6c GH-2972: Fix incomplete avro metadata on INT96 schema converter (#3311) by Arnav Balyan · 4 months ago
  32. 9db6236 GH-3224: Make ParquetProperties.valuesWriterFactory thread safe (#3308) by Arnav Balyan · 4 months ago
  33. 43c5976 GH-3300: add ParquetWriter and ParquetReader builders constructor without params (#3301) by Jeronimo López · 4 months ago
  34. c002328 GH-3298: Support unified file based configurations for CLI (#3304) by Arnav Balyan · 4 months ago
  35. 44cb94b GH-3310: Clean up JIRA references and move to GH issues (#3309) by Arnav Balyan · 4 months ago
  36. 4f577a6 GH-3149: Enable ParquetAvroReader to handle decimal types for int32/64 (#3306) by Arnav Balyan · 4 months ago
  37. 1818380 GH-3286: Add support for Parquet-Protobuf in Parquet-cli (#3287) by Arnav Balyan · 4 months ago
  38. a1ad19a MINOR: Post release of 1.16.0 (#3305) by Gang Wu · 4 months ago
  39. 62a29b8 docs: Replace JIRA with GitHub Issues (#3303) by Fokko Driesprong · 4 months ago
  40. 4cfab6a MINOR: Bump version to 1.17.0-SNAPSHOT (#3293) by Arnav Balyan · 4 months ago
  41. 3065e8d GH-2961: Cycle detection in AvroSchemaConverter to prevent infinite recursion (#3272) by Arnav Balyan · 4 months ago
  42. a1d8412 GH-3267: Add comprehensive assertions to TestMemPageStore (#3268) by Arnav Balyan · 4 months ago
  43. 8be0dad GH-2967: Support unified config options for convert parquet-cli (#3283) by Arnav Balyan · 4 months ago
  44. ca5eb46 GH-3294: Include optional profiles for release process (#3297) by Arnav Balyan · 4 months ago
  45. 4b6fbc1 GH-3273: Add scoped chunk level statistics to avoid unbounded output (#3274) by Arnav Balyan · 4 months ago
  46. 2a58300 Add comparator for `UnknownLogicalType` (#3292) by Fokko Driesprong · 4 months ago
  47. 4591ed3 GH-3290: Restore Snapshot versions for vector/benchmark modules (#3288) by Arnav Balyan · 4 months ago
  48. 2d463ee [maven-release-plugin] prepare for next development iteration by Gang Wu · 5 months ago
  49. 1e3d701 [maven-release-plugin] prepare release apache-parquet-1.16.0-rc0 by Gang Wu · 5 months ago apache-parquet-1.16.0-rc0
  50. 7ef2f91 bump parquet-plugins to 1.16.0 for release by Gang Wu · 5 months ago
  51. 0d25e13 MINOR: Bump parquet-format to 2.12.0 (#3285) by Gang Wu · 5 months ago
  52. 299b0ae MINOR: Bump thrift to 0.22.0 (#3229) by Vinoo Ganesh · 5 months ago
  53. 36a5f9c Bump jackson.version from 2.19.0 to 2.19.2 (#3266) by dependabot[bot] · 5 months ago
  54. da2bcd0 Bump actions/setup-java from 4 to 5 (#3276) by dependabot[bot] · 5 months ago
  55. 97321b8 GH-3141: Add constructor to `ParquetFileReader` to pass parquet footer and expose setRequestedSchema that accepts `List<ColumnDescriptor>` (#3262) by Cheng Pan · 5 months ago
  56. 6d2635b Minor: Cleanup some tests (#3265) by Fokko Driesprong · 5 months ago
  57. 7f36131 GH-3253: Apply ServicesResourceTransformer to parquet-jackson (#3260) by Cheng Pan · 5 months ago
  58. 5187eb1 GH-3263: Add DictionaryPage.decode to allow dictionary reuse in the ColumnReaderBase ctor (#3264) by pyckle · 5 months ago
  59. 6ac9b29 Bump com.google.api.grpc:proto-google-common-protos (#3256) by dependabot[bot] · 5 months ago
  60. e325796 GH-3239: Improve ByteBufferReadable detection in HadoopStream (#3259) by Yuming Wang · 5 months ago
  61. 0a86015 GH-3249: Fix incorrect Bloom filter data when reading from ByteArrayInputStream by using readFully() (#3250) by Yuming Wang · 6 months ago
  62. 4aa2ea9 GH-3223: Implement Variant parquet writer (#3221) by David Cashman · 7 months ago
  63. 46595e2 Avro: Fix test configuration (#3244) by Guang · 7 months ago
  64. 0301347 Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#3240) by dependabot[bot] · 7 months ago
  65. cc75225 GH-3235: Row count limit for each row group (#3236) by Cheng Pan · 7 months ago
  66. 1cda24f GH-3233: Parquet CLI supports version command (#3234) by Cheng Pan · 7 months ago
  67. 13c4919 Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 (#3225) by dependabot[bot] · 7 months ago
  68. eb65987 MINOR: Update BoundingBox for Empty and Antimeridian Handling (#3222) by Feng Zhang · 8 months ago
  69. 1f1e07b GH-3211: Implement Variant parquet reader (#3212) by David Cashman · 8 months ago
  70. f3535a6 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#3218) by dependabot[bot] · 8 months ago
  71. 22a23d0 PARQUET-2417: Add statistics support to geometry logical type (#2971) by Feng Zhang · 8 months ago
  72. cdcea6d Bump com.github.luben:zstd-jni from 1.5.6-6 to 1.5.7-3 (#3209) by dependabot[bot] · 8 months ago
  73. 5f079b9 GH-3205: Make HadoopPositionOutputStream.close() safe to call even if closed (#3206) by Dominic So · 8 months ago
  74. 3c33fab GH-3207: ParquetFileReader supports detachFileInputStream (#3208) by Cheng Pan · 8 months ago
  75. 142bff0 GH-3201: Implement a Variant builder to create Variant values (#3202) by Gene Pang · 8 months ago
  76. 8c632d9 GH-3203: HadoopPositionOutputStream.close() to call FSDataOutputStream.flush() (#3204) by Steve Loughran · 8 months ago
  77. 32a484a MINOR: Fix display of logicalTypeAnnotation for parquet cli (#3184) by Cheng Pan · 9 months ago
  78. 8d6afa9 PARQUET-2417: Add `geometry` and `geography` logical type annotations (#3200) by Feng Zhang · 9 months ago
  79. 236ddb9 GH-3198: Allow specifying trusted classes by class name (#3199) by Gabor Szadovszky · 9 months ago
  80. c780ffa GH-3116: Implement the decoding of Variant values (#3197) by Gene Pang · 9 months ago
  81. 66e0c4e GH-3070: Add Variant logical type annotation to parquet-java (#3072) by Aihua Xu · 9 months ago
  82. 00b6bab GH-3188: Set the global configured column stats enable flag to default (#3189) by huaxiangsun · 9 months ago
  83. a24ea5c Minor: Use logicaltypes constants in ParquetMetadataConverter (#3186) by Aihua Xu · 9 months ago
  84. 6fe139e Enable jitpack.io repo only when brotli is required (#3180) by Cheng Pan · 10 months ago
  85. b69149f Bump Parquet Format to 2.11 (#3181) by Fokko Driesprong · 10 months ago
  86. ad22aa0 Bump com.google.api.grpc:proto-google-common-protos (#3177) by dependabot[bot] · 10 months ago
  87. 7d1fe32 MINOR: update latest version to 1.15.1 (#3179) by Gang Wu · 10 months ago
  88. e9c97e7 Bump jackson.version from 2.18.2 to 2.18.3 (#3170) by dependabot[bot] · 10 months ago
  89. 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 · 10 months ago
  90. 680edfa GH-3168: Restrict trusted packages in the parquet-avro module (#3169) by Gang Wu · 10 months ago
  91. d639b06 MINOR: Reader fails fast when footer size is larger than INT_MAX (#3136) by Xianyang Liu · 10 months ago
  92. 976e2d2 GH-3163: Reduce memory and time overhead of ParquetRewriterTests (#3164) by Rahul Sharma · 10 months ago
  93. 41e294c GH-3122: Correct V2 page header compression fields for zero-size data pages (#3148) by Xianyang Liu · 10 months ago
  94. 3174442 Bump it.unimi.dsi:fastutil from 8.5.13 to 8.5.15 (#3162) by dependabot[bot] · 10 months ago
  95. 5468116 GH-3156: Enable vectored IO by default (#3155) by ahmarsuhail · 10 months ago
  96. 37a29d9 Add logical type annotation for `UnknownType` (#3154) by Fokko Driesprong · 11 months ago
  97. 05dc538 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#3159) by dependabot[bot] · 11 months ago
  98. 78c9c5c Bump com.h2database:h2 from 2.3.230 to 2.3.232 (#3158) by dependabot[bot] · 11 months ago
  99. 6797280 Deprecate Apache Pig Integration (#3153) by Fokko Driesprong · 11 months ago
  100. 92354f6 MINOR: Remove release script (#3144) by Fokko Driesprong · 11 months ago