tree: e89bed86863478a8d314728c9cb84a853bb8da33 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
  4. REVIEWERS.md
parquet-thrift/README.md

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|