JuliaIO / Parquet.jl

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

correct Base.eltype overloading #117

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

Override Base.eltype(::Type{T}) instead of Base.eltype(::T) (which invokes the former).

fixes #107