flyrain commented on code in PR #6344:
URL: https://github.com/apache/iceberg/pull/6344#discussion_r1044909787
##########
api/src/main/java/org/apache/iceberg/ChangelogOperation.java:
##########
@@ -21,5 +21,7 @@
/** An enum representing possible operations in a changelog. */
public enum ChangelogOperation {
INSERT,
- DELETE
+ DELETE,
+ UPDATE_BEFORE,
Review Comment:
No, will not go with "PRE_UPDATE" , "POST_UPDATE". Here is the discussion
https://github.com/apache/iceberg/pull/6012#discussion_r998656979
--
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]