szehon-ho commented on code in PR #6365:
URL: https://github.com/apache/iceberg/pull/6365#discussion_r1062067263


##########
core/src/main/java/org/apache/iceberg/MetadataColumns.java:
##########
@@ -94,6 +94,10 @@ private MetadataColumns() {}
           Types.LongType.get(),
           "Commit snapshot ID");
 
+  public static final int POSITION_DELETE_TABLE_PARTITION_FIELD_ID = 
Integer.MAX_VALUE - 107;
+  public static final int POSITION_DELETE_TABLE_SPEC_ID = Integer.MAX_VALUE - 
108;
+  public static final int POSITION_DELETE_TABLE_FILE_PATH = Integer.MAX_VALUE 
- 109;

Review Comment:
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to