tree: 3d6bc4d3359d30a22187535aaa33ad8233969f5b [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|