JingsongLi commented on code in PR #7085:
URL: https://github.com/apache/paimon/pull/7085#discussion_r2711393314
##########
paimon-core/src/main/java/org/apache/paimon/catalog/Catalog.java:
##########
@@ -1199,15 +1208,26 @@ class TableNotExistException extends Exception {
private static final String MSG = "Table %s does not exist.";
+ private static final String TBL_ID_MSG = "Table id %s does not exist.";
+
private final Identifier identifier;
Review Comment:
change `Identifier` to String.
Do not add id.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]