nastra commented on a change in pull request #3643:
URL: https://github.com/apache/iceberg/pull/3643#discussion_r763167467
##########
File path: api/src/main/java/org/apache/iceberg/catalog/SupportsNamespaces.java
##########
@@ -100,7 +100,7 @@ default void createNamespace(Namespace namespace) {
*
* @param namespace a namespace. {@link Namespace}
* @return true if the namespace was dropped, false otherwise.
- * @throws NamespaceNotEmptyException If the namespace does not empty
+ * @throws NamespaceNotEmptyException If the namespace is not empty
Review comment:
I was confused for a second what `is not empty` really means and
wondered whether the javadoc should be: `NamespaceNotEmptyException If the
namespace is not empty and contains tables` or something along those lines
--
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]