Skip to content

Commit

Permalink
rebuld
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYunHey <[email protected]>
  • Loading branch information
ChenYunHey committed Apr 12, 2024
1 parent 09e4410 commit d4a0e4e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ public static void xsyncToPg(StreamExecutionEnvironment env) throws SQLException
Statement statement = conn.createStatement();
// Create the target table in MySQL
statement.executeUpdate(createTableSql.toString());
// String createCatalog = "create catalog postgres_catalog with('type'='jdbc','default-database'=" + "'" + targetDatabase + "'" + "," + "'username'=" +
// "'" + username + "'" + "," + "'password'=" + "'" + password + "'" + "," + "'base-url'=" + "'" + url + "'" + ")";
StringBuilder coulmns = new StringBuilder();
for (int i = 0; i < fieldTypes.length; i++) {
if (stringFieldsTypes[i].equals("BYTEA")) {
Expand Down

0 comments on commit d4a0e4e

Please sign in to comment.