divijvaidya commented on code in PR #15072: URL: https://github.com/apache/kafka/pull/15072#discussion_r1436615442
########## connect/api/src/main/java/org/apache/kafka/connect/data/SchemaProjector.java: ########## @@ -37,13 +37,13 @@ public class SchemaProjector { - private static Set<AbstractMap.SimpleImmutableEntry<Type, Type>> promotable = new HashSet<>(); + private static final Set<AbstractMap.SimpleImmutableEntry<Type, Type>> PROMOTABLE = new HashSet<>(); Review Comment: Added to the description and yes, checkstyle complained about it. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org