Skip to content

Commit 23143e8

Browse files
Remove row-lineage field in V3 metadata (#1975)
1 parent 201057e commit 23143e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyiceberg/table/metadata.py

-7
Original file line numberDiff line numberDiff line change
@@ -549,13 +549,6 @@ def construct_refs(cls, table_metadata: TableMetadata) -> TableMetadata:
549549
"""The table’s highest assigned sequence number, a monotonically
550550
increasing long that tracks the order of snapshots in a table."""
551551

552-
row_lineage: bool = Field(alias="row-lineage", default=False)
553-
"""Indicates that row-lineage is enabled on the table
554-
555-
For more information:
556-
https://iceberg.apache.org/spec/?column-projection#row-lineage
557-
"""
558-
559552
next_row_id: Optional[int] = Field(alias="next-row-id", default=None)
560553
"""A long higher than all assigned row IDs; the next snapshot's `first-row-id`."""
561554

0 commit comments

Comments
 (0)