Releases: parsyl/parquet
Releases · parsyl/parquet
v0.8.0 thrift 18.1
v0.7.1
More performance improvements from FindHotel
Merge pull request #16 from FindHotel/reduce-optional-allocations Reduce allocations and the footprint
Performance improvements from FindHotel
Merge pull request #14 from FindHotel/improve_performance Performance optimizations
Fix nesting (and gzip support)
Nested structs, in some situations, were not handled correctly.
Added go.mod
v0.4.0 added go.mod
Use struct tags when generating via parquet
Structs that get generated from a parquet file now have parquet tags.
Use parquet struct tags
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
v0.3.4 Reduced the amount of if else blocks
Support embedded structs that have embedded structs
v0.3.3 more unused code