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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to