RussellSpitzer commented on code in PR #6365: URL: https://github.com/apache/iceberg/pull/6365#discussion_r1052519850
########## core/src/main/java/org/apache/iceberg/MetadataColumns.java: ########## @@ -107,8 +111,15 @@ private MetadataColumns() {} ROW_POSITION.fieldId(), IS_DELETED.fieldId(), SPEC_ID.fieldId(), - PARTITION_COLUMN_ID); + PARTITION_COLUMN_ID, + POSITION_DELETE_TABLE_PARTITION_FIELD_ID, Review Comment: Why do we need a Position_Delete version of Spec_ID and File_Path, shouldn't we be able to use the original metadata columns for these? -- 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