I believe there may be a typo in the documentation:
https://lance.org/format/file/encoding/#repetition-and-definition-levels
The example shows repetition levels for:
[{<0,1>, <>, <2>}, {<3>}, {}], [], [{<4>}]
However, in the table, the last row is listed as:
4 | 0 | Start of new outer-most list
Based on the structure of the example, this should likely be:
4 | 3 | Start of new outer-most list
I also verified this by inspecting the actual .lance file, where the repetition level for this entry is indeed 3.
Could you confirm whether this is a documentation typo?
I believe there may be a typo in the documentation:
https://lance.org/format/file/encoding/#repetition-and-definition-levels
The example shows repetition levels for:
[{<0,1>, <>, <2>}, {<3>}, {}], [], [{<4>}]However, in the table, the last row is listed as:
4 | 0 | Start of new outer-most listBased on the structure of the example, this should likely be:
4 | 3 | Start of new outer-most listI also verified this by inspecting the actual .lance file, where the repetition level for this entry is indeed 3.
Could you confirm whether this is a documentation typo?