JuliaIO / Parquet.jl

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

fix dict page mapping for missing values #84

Closed tanmaykm closed 4 years ago

tanmaykm commented 4 years ago

take into account missing values while mapping values from a dictionary

fixes #81 fixes #82

xiaodaigh commented 4 years ago

so #81 was an issue. ok i gotta to fix the write test after this is merged too.

tanmaykm commented 4 years ago

yeah, okay