This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Support Parquet read of pages with Encoding::PlainDictionary and non-optional values #668
Labels
feature
A new feature
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
I'm reading a parquet file generated by Snowflake and am hitting an error here:
arrow2/src/io/parquet/read/fixed_size_binary.rs
Line 230 in 9d4107c
Since PlainDictionary encoding with optional values is implemented, would it be simple to implement the non-optional version?
(Encoding::PlainDictionary, Some(dict), true) => ...
(I actually took a stab at this here but am missing a lot of context.)
The text was updated successfully, but these errors were encountered: