snazy commented on code in PR #10630:
URL: https://github.com/apache/iceberg/pull/10630#discussion_r1666899521
##########
nessie/src/main/java/org/apache/iceberg/nessie/NessieCatalog.java:
##########
@@ -290,6 +291,14 @@ public void renameTable(TableIdentifier from,
TableIdentifier to) {
@Override
public void createNamespace(Namespace namespace, Map<String, String>
metadata) {
+ if (namespace.levels().length > 1) {
Review Comment:
@zymap we explicitly removed that functionality from the server side a while
ago.
--
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]