JuliaIO / Parquet.jl

Julia implementation of Parquet columnar file format reader
Other
116 stars 32 forks source link

fix loading parquet file with a start offset #118

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

Fixes loading of files with a starting row offset. Also includes a test for that.

fixes #111