jackye1995 commented on code in PR #7349:
URL: https://github.com/apache/iceberg/pull/7349#discussion_r1176798976
##########
core/src/main/java/org/apache/iceberg/inmemory/InMemoryCatalog.java:
##########
@@ -315,7 +315,7 @@ public void doCommit(TableMetadata base, TableMetadata
metadata) {
if (null == base && !namespaceExists(tableIdentifier.namespace())) {
throw new NoSuchNamespaceException(
- "Cannot create table %s. Namespace %s does not exist",
+ "Cannot create table %s. Namespace does not exist: %s",
Review Comment:
In that case, could you help make all of them consistent by something like
"Cannot list tables for namespace. Namespace does not exist: %s"? Because some
places use `:` and some places use `.` for the first sentence at this moment
even after your change.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]