Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Lot of code in VectorizedColumnReader class deals with Parquet internal decoding logic which should ideally be available from Parquet library instead of duplicating it in Hive code. We should work with Parquet community to get public APIs for this code or implement vectorization support natively so that this code can be removed from Hive code base.