JuliaIO / Parquet.jl

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

rename ParFile to Parquet.File #106

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

Parquet.File seems better than ParFile. It is also in line with the convention used elsewhere in Julia e.g. CSV.File or Arrow.Table. Fixes #99