Skip to content

Releases: parquet-go/parquet-go

v0.25.1

03 Jun 19:28
7588a8d
Compare
Choose a tag to compare

What's Changed

New features

Bug fixes

Other changes

  • Consistent test naming for legacy issues (issue numbers from segmentio repo) by @jhump in #250
  • Writer.ColumnWriters now returns concrete ColumnWriter type instead of ValueWriter by @jhump in #248
  • Don't allow a schema with zero columns by @jhump in #247
  • Expand make format with modernize by @fpetkovski in #252
  • Patch up two gaps on buffer reuse by @joe-elliott in #261
  • ci: update versions by @rockwotj in #256
  • fix(buffer): Improve Buffer resilience to invalid sort column names by @iamrajiv in #273
  • Perf: Skip dictionary decode if we've already done it by @joe-elliott in #271
  • AsyncPages: Stop reading after err by @joe-elliott in #269
  • Fix seeking to row start when row values break across two or more data pages by @vbekiaris in #277
  • feat: SortingWriter.File() returns FileView by @jacobmarble in #282
  • fix: missing int32 and int64 LogicalTypes by @jacobmarble in #278
  • Fix #293 (apply SkipPageBounds to SortingWriter[T]) by @abbat in #296

Internal

New Contributors

Full Changelog: v0.25.0...v0.25.1

v0.25.0

24 Feb 23:21
256511c
Compare
Choose a tag to compare

What's Changed

New features

Bug fixes

Documentation

Other changes

Internal

New Contributors

Full Changelog: v0.24.0...v0.25.0

v0.24.0

07 Nov 19:46
2d1aca6
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix bug where list fields don't report their logical type correctly by @jhump in #166

Other changes

Internal

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

01 Jul 20:17
4bc33ce
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix(config): allow MaxRowsPerRowGroup and DataPageStatistics fields to be set by @guergabo in #144

Other changes

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

30 May 23:06
d0d9efa
Compare
Choose a tag to compare

What's Changed

This release contains critical bug fixes and upgrades for the code and the repository automation, as well as a new feature to decode logical parquet maps as Go map values when reading parquet values into any values.

Bug fixes

Other changes

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

30 Apr 05:21
e0969aa
Compare
Choose a tag to compare

What's Changed

Bug fixes

Improvements

Internal

New Contributors

Full Changelog: v0.20.1...v0.21.0

v0.20.1

03 Mar 21:01
cdb927e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

07 Dec 00:09
fba3d61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

25 Oct 16:36
1748e4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

30 Aug 01:02
5895359
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0