aokolnychyi commented on code in PR #11302: URL: https://github.com/apache/iceberg/pull/11302#discussion_r1798616398
########## api/src/main/java/org/apache/iceberg/DataFile.java: ########## @@ -98,12 +98,23 @@ public interface DataFile extends ContentFile<DataFile> { Types.NestedField SORT_ORDER_ID = optional(140, "sort_order_id", IntegerType.get(), "Sort order ID"); Types.NestedField SPEC_ID = optional(141, "spec_id", IntegerType.get(), "Partition spec ID"); + Types.NestedField REFERENCED_DATA_FILE = Review Comment: Follows the proposed spec, reserving 142 for row lineage. -- 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