Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions pyiceberg/table/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,13 +549,6 @@ def construct_refs(cls, table_metadata: TableMetadata) -> TableMetadata:
"""The table’s highest assigned sequence number, a monotonically
increasing long that tracks the order of snapshots in a table."""

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
"""

next_row_id: Optional[int] = Field(alias="next-row-id", default=None)
"""A long higher than all assigned row IDs; the next snapshot's `first-row-id`."""

Expand Down