Skip to content

Commit 372baa9

Browse files
authored
docs: correct repetition level example in encoding docs (#6585)
The example shows `4 | 0 | Start of new outer-most list`, which does not match the nested list structure documented immediately above and can mislead readers validating Lance repetition levels. Closes #6584
1 parent ed66636 commit 372baa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/format/file/encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ We can convert these into repetition levels as follows:
126126
| 3 | 2 | Start of new middle list |
127127
| ? | 2 | Start of new inner-most list (empty list) |
128128
| ? | 3 | Start of new outer-most list (empty list) |
129-
| 4 | 0 | Start of new outer-most list |
129+
| 4 | 3 | Start of new outer-most list |
130130

131131
### Mini Block Page Layout
132132

0 commit comments

Comments
 (0)