This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Support Map type from parquet #996
Labels
feature
A new feature
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
The Map type is reasonably common in parquet files, so being able to deserialize them would be of significant value. At first glance it looks like
arrow2::array::MapArray
already provides the Arrow support for this. A simple parquet example can be generated with the following code:Loading using arrow2 fails on the match statement in the parquet deserialization:
arrow2/src/io/parquet/read/deserialize/mod.rs
Line 320 in 267cac0
The text was updated successfully, but these errors were encountered: