Skip to content

Commit bf2f552

Browse files
authored
Core: Close FileIO instance in JdbcCatalog (#12540)
1 parent 4816bf3 commit bf2f552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/apache/iceberg/jdbc/JdbcCatalog.java

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public void initialize(String name, Map<String, String> properties) {
151151
this.closeableGroup = new CloseableGroup();
152152
closeableGroup.addCloseable(metricsReporter());
153153
closeableGroup.addCloseable(connections);
154+
closeableGroup.addCloseable(io);
154155
closeableGroup.setSuppressCloseFailure(true);
155156
}
156157

0 commit comments

Comments
 (0)