This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git

commit 9f72be91f8abdfc9b5e8fa46d15dee3f83e71332
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Thu Feb 23 11:59:27 2023 +0100

    Re-enable `freeze.store.default.allowStoreUpdate`
---
 flink-connector-kafka/src/test/resources/archunit.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector-kafka/src/test/resources/archunit.properties 
b/flink-connector-kafka/src/test/resources/archunit.properties
index 8c7a451..48011f9 100644
--- a/flink-connector-kafka/src/test/resources/archunit.properties
+++ b/flink-connector-kafka/src/test/resources/archunit.properties
@@ -17,7 +17,7 @@
 #
 
 # By default we allow removing existing violations, but fail when new 
violations are added.
-#freeze.store.default.allowStoreUpdate=true
+freeze.store.default.allowStoreUpdate=true
 
 # Enable this if a new (frozen) rule has been added in order to create the 
initial store and record the existing violations.
 #freeze.store.default.allowStoreCreation=true

Reply via email to