JNSimba commented on code in PR #349:
URL: 
https://github.com/apache/doris-flink-connector/pull/349#discussion_r1533222057


##########
flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/jsondebezium/JsonDebeziumSchemaChangeImplV2.java:
##########
@@ -65,7 +65,7 @@ public class JsonDebeziumSchemaChangeImplV2 extends 
JsonDebeziumSchemaChange {
     private static final Logger LOG = 
LoggerFactory.getLogger(JsonDebeziumSchemaChangeImplV2.class);
     private static final Pattern renameDDLPattern =
             Pattern.compile(
-                    
"ALTER\\s+TABLE\\s+(\\w+)\\s+RENAME\\s+COLUMN\\s+(\\w+)\\s+TO\\s+(\\w+)",
+                    
"ALTER\\s+TABLE\\s+(\\w+)\\s+(RENAME\\s+COLUMN\\s+(\\w+)\\s+TO\\s+(\\w+)|CHANGE\\s+(\\w+)\\s+(\\w+)\\s+(\\w+))",

Review Comment:
   Can the usage of change column be overridden?



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