RussellSpitzer commented on code in PR #4610:
URL: https://github.com/apache/iceberg/pull/4610#discussion_r865204746
##########
nessie/src/main/java/org/apache/iceberg/nessie/NessieCatalog.java:
##########
@@ -223,16 +223,16 @@ public boolean dropNamespace(Namespace namespace) throws
NamespaceNotEmptyExcept
@Override
public boolean setProperties(Namespace namespace, Map<String, String>
properties) {
- throw new UnsupportedOperationException(
- "Cannot set properties for namespace '" + namespace +
- "': setProperties is not supported by the NessieCatalog");
+ client.setProperties(namespace, properties);
Review Comment:
On this note we should probably raise another Issue to specify what the
return of this method is expected to do.
--
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]