yzeng1618 commented on code in PR #10093:
URL: https://github.com/apache/seatunnel/pull/10093#discussion_r2572854433
##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/utils/CatalogUtils.java:
##########
@@ -353,4 +383,32 @@ public static CatalogTable getCatalogTable(Connection
connection, String sqlQuer
return getCatalogTable(resultSetMetaData, sqlQuery);
}
}
+
+ private static PrimaryKey extractPrimaryKey(
+ Connection connection, ResultSetMetaData resultSetMetaData, String
sqlQuery) {
+ try {
+ String tableName = resultSetMetaData.getTableName(1);
Review Comment:
Okay, I'll add the document description here.
--
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]