JuliaIO / Parquet.jl

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

fix reading dataset without metadata file #141

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

Fixes a bug that resulted in being unable to read datasets without a metadata file. The metadata is now picked up from any of the partitions of the dataset (as mentioned in #138).

Also added tests for this condition.

fixes #139