-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Description
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:
iceberg-python/pyiceberg/table/metadata.py
Lines 552 to 557 in 201057e
| 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 | |
| """ |
Fokko
Metadata
Metadata
Assignees
Labels
No labels