kyzheng196 commented on code in PR #3569: URL: https://github.com/apache/flink-cdc/pull/3569#discussion_r1738782238
########## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-paimon/src/main/java/org/apache/flink/cdc/connectors/paimon/sink/PaimonMetadataApplier.java: ########## @@ -160,15 +156,24 @@ private void applyCreateTable(CreateTableEvent event) throws SchemaEvolveExcepti .forEach( (column) -> builder.column( - column.getName(), + column.getName().toLowerCase(), Review Comment: Well, I've reviewed the codes, we can pass the parameter of `metastore` (`filesystem` and `hive`) to judge whether to use lowercase, but that should add `metastore` in schema, and `schema` is in common classes. So I think maybe it's better to keep it unchanged? -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org