DBZ-8109 Don't close the connection after loading metadata in TimescaleDb SMT

This commit is contained in:
Vojtech Juranek 2024-07-31 12:41:44 +02:00 committed by Jiri Pechanec
parent e583599d22
commit 6718009e05

View File

@ -93,8 +93,6 @@ private void loadTimescaleMetadata() {
new TableId(null, rs.getString(3), rs.getString(4)));
}
});
connection.close();
}
catch (SQLException e) {
throw new DebeziumException("Failed to read TimescaleDB metadata", e);