apache / parquet-java

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

[Vectorized Reader] Make sure all encodings work in Parquet Vectorized Reader #1825

Open asfimport opened 9 years ago

asfimport commented 9 years ago

Make sure all encodings working in Vectorized reader: https://github.com/zhenxiao/incubator-parquet-mr/tree/vector

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

PRs and other links:

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

asfimport commented 9 years ago

Nezih Yigitbasi / @nezihyigitbasi: My latest PR already addresses this issue as the vector read path is encoding agnostic: https://github.com/zhenxiao/incubator-parquet-mr/pull/3