JNSimba opened a new pull request, #65033: URL: https://github.com/apache/doris/pull/65033
Add integration tests to cover table identifier case handling: - **MySqlCaseSensitiveITCase**: MySQL 8.0 with default lower_case_table_names=0, mixed-case table name T_Users - **MySqlCaseInsensitiveITCase**: MySQL 8.0 with lower_case_table_names=1, verifies DDL folding to lowercase - **PostgresCaseFoldingITCase**: PG unquoted identifier folding + quoted identifier preservation - **ConfigUtilTest**: verify getTableList/parseAllExcludeColumns/parseAllTargetTableMappings preserve original case -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
