adnanhemani commented on code in PR #3195:
URL: https://github.com/apache/polaris/pull/3195#discussion_r2593735035
##########
runtime/service/src/main/java/org/apache/polaris/service/events/PolarisEventType.java:
##########
@@ -125,8 +125,8 @@ public enum PolarisEventType {
AFTER_RENAME_TABLE,
BEFORE_UPDATE_TABLE,
AFTER_UPDATE_TABLE,
- BEFORE_COMMIT_TABLE,
- AFTER_COMMIT_TABLE,
+ BEFORE_COMMIT_TABLE, // REMOVED FROM SOURCE CODE
+ AFTER_COMMIT_TABLE, // REMOVED FROM SOURCE CODE
Review Comment:
I believe that will change the ordinal numbers of the enum and so I'm
avoiding doing that. Given Events are still in "preview" we have the ability to
do so without any prior notice - but just being careful. Let me know what you
think.
--
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]