anoopj commented on code in PR #16689:
URL: https://github.com/apache/iceberg/pull/16689#discussion_r3381941539


##########
core/src/main/java/org/apache/iceberg/EntryStatus.java:
##########
@@ -23,8 +23,12 @@ enum EntryStatus {
   EXISTING(0),
   ADDED(1),
   DELETED(2),
-  /** Indicates an entry that has been replaced by a column update or DV 
change. Added in v4. */
-  REPLACED(3);
+  /**
+   * The old (replaced) state of an entry that has been modified. Paired with 
MODIFIED. Added in v4.
+   */
+  REPLACED(3),
+  /** The new (live) state of an entry that has been modified. Paired with 
REPLACED. Added in v4. */

Review Comment:
   Done. 



-- 
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