Skip to content

Releases: jerolba/parquet-carpet

v0.3.0

24 Mar 21:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

v0.2.3

23 Mar 18:51
0a5c98a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

Release version v0.2.2

21 Feb 09:42
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Parquet 1.15.0
  • Support RoundingModel configuration for BigDecimal rescale in #55

Release Version 0.2.1

01 Dec 11:55
Compare
Choose a tag to compare

Release Version 0.2.0

02 Sep 18:18
Compare
Choose a tag to compare
  • Upgrade to Parquet 1.14.2
  • Review transitive dependencies, removing 2.5MB
  • Refactor and simplify implementation code

0.1.0

11 Aug 15:47
Compare
Choose a tag to compare

What's Changed

  • Upgrade base Parquet Java library to version 1.14.1

Release Version 0.0.13

13 May 18:29
Compare
Choose a tag to compare

Fix logicaltype int with width 8 and 16 deserialization to Byte and Short.

Release Version 0.0.12

11 May 16:51
Compare
Choose a tag to compare
  • Add support to DATE with LocalDate type
  • Add support to TIME with LocalTime type
  • Add support to TIMESTAMP with LocalDateTime and Instant types
  • Add support to DECIMAL with BigDecimal