XiaoJiang521 commented on code in PR #5328:
URL: https://github.com/apache/seatunnel/pull/5328#discussion_r1305575491
##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/psql/PostgresCreateTableSqlBuilder.java:
##########
@@ -46,14 +47,23 @@ public PostgresCreateTableSqlBuilder(CatalogTable
catalogTable) {
}
public String build(TablePath tablePath) {
+ return build(tablePath, "");
+ }
+
+ public String build(TablePath tablePath, String fieldIde) {
Review Comment:
ok
--
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]