Skip to content

Commit

Permalink
coment
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Dec 16, 2024
1 parent c780537 commit baa3404
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ object IcebergV2DataDumper : DestinationDataDumper {
}
}

// some catalogs (e.g. Nessie) have a close() method. Call it here.
if (catalog is AutoCloseable) {
catalog.close()
}
Expand Down

0 comments on commit baa3404

Please sign in to comment.