sd4324530 commented on PR #4284: URL: https://github.com/apache/flink-cdc/pull/4284#issuecomment-3997610724
> MySQL field name case sensitivity should be independent of table name case sensitivity and should not be affected by the [lower_case_table_names](https://dev.mysql.com/doc/refman/8.4/en/identifier-case-sensitivity.html) configuration parameter. @lvyanquan You're right. This issue was discussed in the DingTalk group before. The `lower_case_table_names` configuration option is used to control the case of table names, not fields. But the previous [pr](https://github.com/apache/flink-cdc/pull/4095) modified the incremental phase, causing inconsistencies between the full and incremental phases when fields are uppercase. After offline communication, the conclusion was to first handle the full phase with the same rules, and then consider a unified solution later, such as converting all fields to lowercase. What do you think? -- 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]
