parquet-java/parquet-thrift at master · apache/parquet-java
Apache Thrift Integration
Todo: Add a description and examples on how to use Parquet-Thrift integration.
Available options via Hadoop Configuration
Configuration for reading
Todo: Add read configs
Configuration for writing
Todo: Add all write configs
| Name | Type | Description |
|---|---|---|
parquet.thrift.write-three-level-lists |
boolean |
Write lists with 3-level structure to allow list and list elements to be nullable. When set to true, lists will be written as per https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists |