Skip to content

Releases: parsyl/parquet

v0.8.0 thrift 18.1

20 Jul 12:26
Compare
Choose a tag to compare
upgrade thrift to 18.1

v0.7.1

10 Oct 12:39
6899565
Compare
Choose a tag to compare

Fixes a bug that was introduced in v0.7.0

More performance improvements from FindHotel

24 Aug 12:12
7a7a3ff
Compare
Choose a tag to compare
Merge pull request #16 from FindHotel/reduce-optional-allocations

Reduce allocations and the footprint

Performance improvements from FindHotel

17 Aug 17:24
f7a4718
Compare
Choose a tag to compare
Merge pull request #14 from FindHotel/improve_performance

Performance optimizations

Fix nesting (and gzip support)

18 Jun 18:50
Compare
Choose a tag to compare

Nested structs, in some situations, were not handled correctly.

Added go.mod

07 Oct 17:28
Compare
Choose a tag to compare
v0.4.0

added go.mod

Use struct tags when generating via parquet

08 Sep 13:54
c2aaf24
Compare
Choose a tag to compare

Structs that get generated from a parquet file now have parquet tags.

Use parquet struct tags

07 Sep 13:30
5f9dca5
Compare
Choose a tag to compare

Support for nested fields created a bug in which the parquet tags were not being used for the column names.

Handle nested field edge case

04 Sep 13:05
be3626b
Compare
Choose a tag to compare
v0.3.4

Reduced the amount of if else blocks

Support embedded structs that have embedded structs

09 Aug 12:56
1df949e
Compare
Choose a tag to compare