Releases: parsyl/parquet
Releases · parsyl/parquet
Fix the generating of code based on a struct from another package.
v0.3.2 bring imports back
Remove two imports from the generated code.
v0.3.1 remove imports from generated code
Repeated
Nested structs
Nested structs are now supported. Please note that repeated structs (slices) are not. That feature is coming next.
Can read and write uncompressed parquet files.
v0.1.0 added comments
Boolean fix #3
v0.0.12 Optional bool was still broken
Boolean bug fix for real
The previous release fixed the boolean bug, but wrote invalid parquet files.
Boolean field bug fix
v0.0.10 Fixed bug in the handling of column chunks and boolean fields
Handle empty parquet files gracefully
v0.0.9 Handle parquet files that don't have any rows
Only call read if def==1
v0.0.8 Only call read if def==1