Hisoka-X opened a new pull request, #4292: URL: https://github.com/apache/flink-cdc/pull/4292
This close https://issues.apache.org/jira/browse/FLINK-39171 This pull request standardizes the handling of Oracle table and column names by preserving their original case throughout the schema extraction, test event creation, and test assertions. Previously, names were converted to lowercase, which could cause mismatches and confusion when working with case-sensitive database objects. Now, table and column names are kept in their original case, improving consistency and correctness across the codebase and tests. -- 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]
