codelipenghui commented on a change in pull request #13831:
URL: https://github.com/apache/pulsar/pull/13831#discussion_r787511292



##########
File path: 
pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/Policies.java
##########
@@ -107,7 +107,7 @@
     public SchemaCompatibilityStrategy schema_compatibility_strategy = 
SchemaCompatibilityStrategy.UNDEFINED;
 
     @SuppressWarnings("checkstyle:MemberName")
-    public Boolean is_allow_auto_update_schema = null;
+    public Boolean is_allow_auto_update_schema = true;

Review comment:
       We can't set it to true because the broker level config might be false




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