Skip to content

Releases: xitongsys/parquet-go

v1.6.2

05 Dec 06:22
770504a
Compare
Choose a tag to compare
Merge pull request #427 from xitongsys/dev

add format in makefile

v1.6.1

26 Sep 00:57
Compare
Choose a tag to compare

fix some bugs

v1.6.0

16 Dec 07:58
Compare
Choose a tag to compare

Big changes in the type. Not compatiable with before.

v1.5.4

27 Oct 00:17
Compare
Choose a tag to compare
update to latest thrift

v1.5.3

10 Sep 12:58
c4bb6b3
Compare
Choose a tag to compare
  1. Performance improvement
  2. Bug fix

1.5.2

09 May 08:10
0977660
Compare
Choose a tag to compare
Merge pull request #247 from xitongsys/dev

Fix wrong trim of FIX_LENGTH_BYTE_ARRAY in statistics

1.5.1

12 Feb 08:02
fed131e
Compare
Choose a tag to compare
Merge pull request #205 from xitongsys/dev

update readme.md

Refactor types used in parquet-go

29 Jan 03:20
75349bf
Compare
Choose a tag to compare
Pre-release

Refactor types

1.5.0

17 Dec 03:07
Compare
Choose a tag to compare
  1. go dep -> go mod #192
  2. using klauspost/compress/gzip klauspost/compress/zstd #193
  3. fixed DELTA_BINARY_PACKED encoding bug #190
  4. refactor some types #195

1.4.3

17 Dec 03:27
197c897
Compare
Choose a tag to compare

this is the last version using go dep.