uros-b commented on code in PR #17871:
URL: https://github.com/apache/iceberg/pull/17871#discussion_r3889236590
##########
bigquery/src/main/java/org/apache/iceberg/gcp/bigquery/BigQueryMetastoreCatalog.java:
##########
@@ -249,16 +249,8 @@ public boolean setProperties(Namespace namespace,
Map<String, String> properties
@Override
public boolean removeProperties(Namespace namespace, Set<String> properties)
{
- if (!namespaceExists(namespace)) {
- throw new NoSuchNamespaceException("Namespace does not exist: %s",
namespace);
- }
-
Preconditions.checkNotNull(properties, "Invalid properties to remove:
null");
Review Comment:
(it's an uber nit, about removing the extra newline)
--
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]