JuliaIO / Parquet.jl

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

finalizer for Parquet.File to close file handle #136

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

Hook up a finalizer to Parquet.File to close file handle.

Fixes #119