rambleraptor commented on code in PR #2129:
URL: https://github.com/apache/iceberg-python/pull/2129#discussion_r2167643070


##########
pyiceberg/table/metadata.py:
##########
@@ -552,6 +552,9 @@ def construct_refs(cls, table_metadata: TableMetadata) -> 
TableMetadata:
     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`."""
 
+    row_lineage: Optional[bool] = Field(alias="row-lineage", default=False)

Review Comment:
   Yep, looking at an old PR for the spec. Should've looked at HEAD. Fixed!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to