parquet-java
parquet-java copied to clipboard
Add a configurableValueWriterFactory for parquet-hadoop module
Currently, ValuesWriterFactory could be config at ParquetProperties, but ParquetOutputFormat which is used by Hadoop and Hive haven't support to custom a ValuesWriterFactory. We should support update ParquetOutputFormat to support it.
Reporter: Dapeng Sun / @sundapeng
Related issues:
- Support enable/disable dictionary for column (relates to)
Note: This issue was originally created as PARQUET-1062. Please see the migration documentation for further details.
Dapeng Sun / @sundapeng: Pull Request: https://github.com/apache/parquet-mr/pull/419