[FLINK-35274][cdc-connector][db2] Fix occasional failure issue with Flink CDC Db2 UT

pull/3291/head
Xin Gong 9 months ago committed by GitHub
parent 002b16ed4e
commit a7cb46f762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -323,7 +323,8 @@ public class Db2Connection extends JdbcConnection {
*/
changeTables.add(
new Db2ChangeTable(
new TableId("", rs.getString(1), rs.getString(2)),
new TableId(
realDatabaseName, rs.getString(1), rs.getString(2)),
rs.getString(4),
rs.getInt(9),
Lsn.valueOf(rs.getBytes(5)),

Loading…
Cancel
Save