mozilla / jsonschema-transpiler

Compile JSON Schema into Avro and BigQuery schemas
Mozilla Public License 2.0
43 stars 9 forks source link

Support schemas for Parquet-MR #41

Open acmiyaguchi opened 5 years ago

acmiyaguchi commented 5 years ago

The grammar can specified by following the Parquet Logical Type Definitions document.

The parquet format is implemented in java in apache/parquet-mr. This schema is used throughout the mozilla-pipeline-schemas repo, which means a large number of documents are available for testing.