Skip to content

Commit

Permalink
Spec: Clarify how column IDs are required (#9162)
Browse files Browse the repository at this point in the history
  • Loading branch information
emkornfield authored Dec 6, 2023
1 parent 367dc8b commit a89fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ Note that the string map case is for maps where the key type is a string. Using

**Data Type Mappings**

Values should be stored in Parquet using the types and logical type annotations in the table below. Column IDs are required.
Values should be stored in Parquet using the types and logical type annotations in the table below. Column IDs are required to be stored as [field IDs](http://github.com/apache/parquet-format/blob/40699d05bd24181de6b1457babbee2c16dce3803/src/main/thrift/parquet.thrift#L459) on the parquet schema.

Lists must use the [3-level representation](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists).

Expand Down

0 comments on commit a89fc46

Please sign in to comment.