Skip to content

Commit 48253da

Browse files
authored
[Improve][Connector-v2][Paimon]PaimonCatalog close error message update (#8640)
1 parent de69a26 commit 48253da

File tree

1 file changed

+1
-1
lines changed
  • seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/catalog

1 file changed

+1
-1
lines changed

seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/catalog/PaimonCatalog.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void close() throws CatalogException {
8585
try {
8686
((Closeable) catalog).close();
8787
} catch (IOException e) {
88-
log.error("Error while closing IcebergCatalog.", e);
88+
log.error("Error while closing PaimonCatalog.", e);
8989
throw new CatalogException(e);
9090
}
9191
}

0 commit comments

Comments
 (0)