Skip to content

Incorrect repetition level in documentation example #6584

@sunby

Description

@sunby

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions