ajantha-bhat commented on code in PR #7196:
URL: https://github.com/apache/iceberg/pull/7196#discussion_r1192341640
##########
api/src/main/java/org/apache/iceberg/catalog/SupportsNamespaces.java:
##########
@@ -68,19 +68,21 @@ default void createNamespace(Namespace namespace) {
* exist and must be returned by this discovery method. For example, if
table a.b.t exists, this
* method must return ["a"] in the result array.
*
- * @return an List of namespace {@link Namespace} names
+ * @return a List of namespace {@link Namespace} names
*/
default List<Namespace> listNamespaces() {
return listNamespaces(Namespace.empty());
}
/**
- * List namespaces from the namespace.
+ * List the next level namespaces from the given namespace.
Review Comment:
SGTM. Updated.
--
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]