snazy commented on code in PR #3554:
URL: https://github.com/apache/polaris/pull/3554#discussion_r2734063107
##########
runtime/service/src/main/java/org/apache/polaris/service/events/PolarisEventType.java:
##########
@@ -145,8 +145,8 @@ public enum PolarisEventType {
AFTER_RENAME_VIEW,
BEFORE_REPLACE_VIEW,
AFTER_REPLACE_VIEW,
- BEFORE_COMMIT_VIEW,
- AFTER_COMMIT_VIEW,
+ BEFORE_COMMIT_VIEW, // REMOVED FROM SOURCE CODE
Review Comment:
I think doing it in a separate PR makes sense, so the two other similar enum
values can be removed as well.
--
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]