linguoxuan opened a new pull request, #4215:
URL: https://github.com/apache/flink-cdc/pull/4215

   ### Summary
   Fix column comment handling in MaxCompute connector for CreateTableEvent and 
AddColumnEvent. Previously, column comments were not properly preserved when 
creating tables or adding columns, resulting in type descriptions being used as 
comments instead of the actual column comments from the source schema.
   ### Changes
   1. TypeConvertUtils.java
   Added logic to preserve column comments when converting Flink CDC columns to 
MaxCompute columns
   2. SchemaEvolutionUtils.java
   Fixed addColumns() method to use the actual column comment from 
addColumn.getAddColumn().getComment() instead of always using the type 
description


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

Reply via email to