apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.64k stars 1.41k forks source link

[Vectorized Reader] Support Complex Types (Map, Array, Struct) in Parquet Vectorized Reader #1824

Open asfimport opened 9 years ago

asfimport commented 9 years ago

https://github.com/zhenxiao/incubator-parquet-mr/tree/vector Has support for primitive types. Needs to support complex types as well

Reporter: Zhenxiao Luo / @zhenxiao Assignee: Nezih Yigitbasi / @nezihyigitbasi

PRs and other links:

Note: This issue was originally created as PARQUET-298. Please see the migration documentation for further details.

asfimport commented 9 years ago

Nezih Yigitbasi / @nezihyigitbasi: Added support for complex types with https://github.com/zhenxiao/incubator-parquet-mr/pull/3