DongLiang-0 commented on code in PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422#discussion_r1678869750
########## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/JsonDebeziumSchemaSerializer.java: ########## @@ -218,6 +239,14 @@ public JsonDebeziumSchemaSerializer.Builder setNewSchemaChange(boolean newSchema return this; } + public JsonDebeziumSchemaSerializer.Builder setSchemaChangeMode(String schemaChangeMode) { + if (org.apache.commons.lang3.StringUtils.isEmpty(schemaChangeMode)) { + return this; + } Review Comment: `JsonDebeziumSchemaChangeImplV2` is created when empty. <img width="744" alt="image" src="https://github.com/user-attachments/assets/7ceaa96b-16d2-423f-b4a7-c88393948bf2"> -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org