nandorKollar commented on code in PR #4064:
URL: https://github.com/apache/polaris/pull/4064#discussion_r3029096621


##########
runtime/service/src/main/java/org/apache/polaris/service/events/jsonEventListener/aws/cloudwatch/AwsCloudWatchEventListener.java:
##########
@@ -146,9 +145,6 @@ void shutdown() {
 
   @Override
   public void onEvent(PolarisEvent event) {
-    if (event.type() != PolarisEventType.AFTER_REFRESH_TABLE) {

Review Comment:
   I removed this, because it should be part of the configuration for cloud 
watch listener. To remain compatible, we could consider defaulting 
`AFTER_REFRESH_TABLE` as the only event type for AWS cloudwatch in the 
application config.



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

Reply via email to