Skip to content

Releases: apache/parquet-java

Apache Parquet Java 1.15.2

29 Apr 02:59
Compare
Choose a tag to compare

What's Changed

  • GH-3198: Allow specifying trusted classes by class name in #3199

Full Changelog: apache-parquet-1.15.1...apache-parquet-1.15.2-rc0

Apache Parquet Java 1.15.1

14 Mar 02:10
Compare
Choose a tag to compare

What's Changed

  • GH-3172: Do not drop blocks with some null values if DictionaryFilter is applied for UserDefinedPredicate which keeps null values by @ebartkus in #3173
  • GH-3168: Restrict trusted packages in the parquet-avro module by @wgtmac in #3169
  • GH-3133: Fix SizeStatistics to handle omitted histogram by @wgtmac in #3135

Full Changelog: apache-parquet-1.15.0...apache-parquet-1.15.1

Apache Parquet 1.15.0

02 Dec 20:54
Compare
Choose a tag to compare

What's Changed

Read more

Apache Parquet 1.15.0 RC2

28 Nov 22:19
Compare
Choose a tag to compare
Pre-release

What's Changed

Read more

Apache Parquet 1.15.0 RC1

26 Nov 09:03
Compare
Choose a tag to compare
Pre-release

What's Changed

Read more

Apache Parquet Java 1.14.4

11 Nov 20:35
Compare
Choose a tag to compare

Includes three bugfixes:

  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3042: Throw exception in BytesInput

Apache Parquet Java 1.14.4 RC2

07 Nov 13:14
Compare
Choose a tag to compare
Pre-release

Includes three bugfixes:

  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
  • GH-3042: Throw exception in BytesInput

Apache Parquet Java 1.14.4 RC1

07 Nov 09:12
Compare
Choose a tag to compare
Pre-release

Includes two bugfixes:

  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k

Apache Parquet Java 1.14.3

05 Oct 14:45
Compare
Choose a tag to compare

What's Changed

  • GH-3007: Ensure version specific Jackson classes are shaded
  • GH-3013: Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encoding
  • GH-3021: Upgrade Avro dependency to 1.11.4

Apache Parquet Java 1.14.3 RC2

05 Oct 11:39
Compare
Choose a tag to compare
Pre-release

What's Changed

  • GH-3007: Ensure version specific Jackson classes are shaded
  • GH-3013: Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encoding
  • GH-3021: Upgrade Avro dependency to 1.11.4