szehon-ho commented on code in PR #6365: URL: https://github.com/apache/iceberg/pull/6365#discussion_r1052564788
########## 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: Yea its true, we could do that. I think I was going back and forth whether we wanted to have that or not, as these are 'main' columns with a proper name, versus hidden columns (whose name start with _), in other words they are not the exact same column. Im open -- 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