Hisoka-X commented on code in PR #4292:
URL: https://github.com/apache/flink-cdc/pull/4292#discussion_r2957684790
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-oracle/src/main/java/org/apache/flink/cdc/connectors/oracle/utils/OracleSchemaUtils.java:
##########
@@ -158,7 +158,7 @@ public static Schema getSchema(
DataType dataType = OracleTypeUtils.fromDbzColumn(column);
org.apache.flink.cdc.common.schema.Column cdcColumn =
org.apache.flink.cdc.common.schema.Column.physicalColumn(
- column.name().toLowerCase(Locale.ROOT), dataType);
+ column.name(), dataType);
Review Comment:
The oracle pipeline connector not release yet. So I think this is not a big
deal. :)
<img width="702" height="185" alt="Clipboard_Screenshot_1773891897"
src="https://github.com/user-attachments/assets/be670c09-ab0d-483d-b2e1-2e7dfb5277a6"
/>
https://github.com/apache/flink-cdc/commit/c8e444b06651f1c797d47802cd91473dbc495d27
--
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]