Skip to content

Remove row_lineage field in V3 metadata #1974

@smaheshwar-pltr

Description

@smaheshwar-pltr

Feature Request / Improvement

apache/iceberg#12580 updated the V3 spec to reflect that row lineage is now required for all V3 tables. This removed the row_lineage boolean field in V3 metadata that previously indicated whether it was enabled.

I think we need to remove this in PyIceberg's V3 metadata as a result:

row_lineage: bool = Field(alias="row-lineage", default=False)
"""Indicates that row-lineage is enabled on the table
For more information:
https://iceberg.apache.org/spec/?column-projection#row-lineage
"""

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