JingsongLi commented on code in PR #7085:
URL: https://github.com/apache/paimon/pull/7085#discussion_r2712172371
##########
paimon-core/src/main/java/org/apache/paimon/catalog/Catalog.java:
##########
@@ -1238,7 +1256,7 @@ public TableNoPermissionException(Identifier identifier) {
}
public Identifier identifier() {
- return identifier;
+ return Identifier.fromString(identifier);
Review Comment:
Here will throw exception... Maybe just introduce `TableIdNotExistException`
and `TableIdNoPermissionException`.
--
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]