zymap commented on code in PR #10630:
URL: https://github.com/apache/iceberg/pull/10630#discussion_r1666167004
##########
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 Do you think it makes sense to move this create action to the server
side? We also met the same issue when using the REST way to request Nessie.
I am not cleared with the namespace in the Nessie, not sure if it is a
normal request.
--
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]