healchow commented on code in PR #6979: URL: https://github.com/apache/inlong/pull/6979#discussion_r1052903638
########## inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/dialect/PostgresDialect.java: ########## @@ -137,4 +146,71 @@ public List<LogicalTypeRoot> unsupportedTypes() { LogicalTypeRoot.SYMBOL, LogicalTypeRoot.UNRESOLVED); } + + @Override + public List<String> getAndSetPkNamesFromDb(String tableIdentifier, JdbcOptions jdbcOptions) { Review Comment: Why is it called Get and Set? I just see a Get operation in the implementation logic. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org