Skip to content

Commit

Permalink
refine rule 3
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Nov 23, 2024
1 parent f314544 commit 04b6bb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions LogicalTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,8 @@ as 3-level structures:
elements are required.
2. If the repeated field is a group with multiple fields, then its type is the
element type and elements are required.
3. If the repeated field is a group with one field and the repetition of that
field is `repeated`, then its type is the element type and elements are
required.
3. If the repeated field is a group with one field with `repeated` repetition,
then its type is the element type and elements are required.
4. If the repeated field is a group with one field and is named either `array`
or uses the `LIST`-annotated group's name with `_tuple` appended then the
repeated type is the element type and elements are required.
Expand Down

0 comments on commit 04b6bb0

Please sign in to comment.