mfvitale commented on code in PR #15756: URL: https://github.com/apache/kafka/pull/15756#discussion_r1668137631
########## connect/transforms/src/main/java/org/apache/kafka/connect/transforms/Cast.java: ########## @@ -67,6 +67,7 @@ public abstract class Cast<R extends ConnectRecord<R>> implements Transformation + "or value (<code>" + Value.class.getName() + "</code>)."; public static final String SPEC_CONFIG = "spec"; + public static final String REPLACE_NULL_WITH_DEFAULT = "replace.null.with.default"; Review Comment: This was the original name but @mimaison asked to remove the suffix to be aligned with others fields. https://github.com/apache/kafka/pull/15756#discussion_r1662794000 -- 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