RocMarshal commented on code in PR #117:
URL:
https://github.com/apache/flink-connector-jdbc/pull/117#discussion_r1593374629
##########
flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/table/JdbcDynamicTableFactoryTest.java:
##########
@@ -144,7 +146,8 @@ void testJdbcReadProperties() {
readOptions,
LookupOptions.MAX_RETRIES.defaultValue(),
null,
- SCHEMA.toPhysicalRowDataType());
+ SCHEMA.toPhysicalRowDataType(),
+ FactoryMocks.IDENTIFIER.asSummaryString());
Review Comment:


I added the corresponding cases for testing.
As shown in the screenshot pics, The name is overwrite by the translation
mechanism.
Maybe we should drop the `tableIdentifier` attribute at present ?
--
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]