Skip to content

Releases: parsyl/parquet

Parquetgen bug fix

12 Feb 20:18
Compare
Choose a tag to compare

New field functions were being defined multiple times

RLE refactoring

12 Feb 19:54
5cc409f
Compare
Choose a tag to compare
v0.0.6

a little refactoring

Lazy load

07 Feb 21:24
3f1ce80
Compare
Choose a tag to compare

The data from each row group is only read when Scan has been called enough to consume the previous RowGroup. This avoids loading all the parquet data into memory at once.

Fix StringOptionalField read bug.

05 Feb 00:59
3f1ce80
Compare
Choose a tag to compare
Merge pull request #6 from parsyl/optional-string-bug

Fix a bug in reading optional strings

Flush to disk.

04 Feb 16:37
1029aae
Compare
Choose a tag to compare

Calls to ParquetWriter's Write() writes all data to disk and starts a new row group.

Everything in one file.

30 Jan 23:27
70e448e
Compare
Choose a tag to compare

Dep ensure was't pulling in read.go and rle.go from another project.

First release

30 Jan 23:16
f46a756
Compare
Choose a tag to compare
Merge pull request #3 from parsyl/lookupschema

added a few tweaks to make reading work