JingsongLi commented on code in PR #961: URL: https://github.com/apache/incubator-paimon/pull/961#discussion_r1172274071
########## paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/cdc/UpdatedDataFieldsProcessFunction.java: ########## @@ -172,6 +172,10 @@ private void applySchemaChange(SchemaChange schemaChange) throws Exception { Arrays.asList(DataTypeRoot.FLOAT, DataTypeRoot.DOUBLE); public static ConvertAction canConvert(DataType oldType, DataType newType) { + if (oldType.equals(newType)) { Review Comment: `equalsIgnoreNull` -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org