zymap commented on code in PR #10630:
URL: https://github.com/apache/iceberg/pull/10630#discussion_r1668253804


##########
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:
   @snazy I move the impl  to the NessieIcebergClient. PTAL. 
   
   >we explicitly removed that functionality from the server side a while ago.
   
   You mean the Nessie namespace? Could you please point me to the PR?



-- 
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]

Reply via email to