Skip to content

Releases: parsyl/parquet

Fix the generating of code based on a struct from another package.

08 Aug 16:57
05ac09b
Compare
Choose a tag to compare

Remove two imports from the generated code.

08 Aug 16:28
a2f6cbc
Compare
Choose a tag to compare
v0.3.1

remove imports from generated code

Repeated

08 Aug 16:05
Compare
Choose a tag to compare

Adds support for repeated field types.

Nested structs

24 Jun 15:24
Compare
Choose a tag to compare

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.

13 Mar 14:26
748e2b2
Compare
Choose a tag to compare

Boolean fix #3

15 Feb 17:55
Compare
Choose a tag to compare
v0.0.12

Optional bool was still broken

Boolean bug fix for real

15 Feb 13:26
8378472
Compare
Choose a tag to compare

The previous release fixed the boolean bug, but wrote invalid parquet files.

Boolean field bug fix

14 Feb 22:14
Compare
Choose a tag to compare
v0.0.10

Fixed bug in the handling of column chunks and boolean fields

Handle empty parquet files gracefully

13 Feb 18:10
Compare
Choose a tag to compare
v0.0.9

Handle parquet files that don't have any rows

Only call read if def==1

12 Feb 21:34
Compare
Choose a tag to compare
v0.0.8

Only call read if def==1