Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 836 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 836 Bytes

v0.17.0

Breaking Changes

  • migrate to module github.com/parquet-go/parquet-go #3 @kevinburke
  • drop support for go1.17 #16 @gernest

Bug fixes

  • fix error handling when reading from io.ReaderAt #18 @gernest
  • fix zero value of nested field point #9 @gernest
  • fix memory corruption in MergeRowGroups #31 @gernest

Enhancements

  • performance improvement on GenericReader #17 @gernest, @zolstein
  • stabilize flakey TestOpenFile #11 @gernest