You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "ajantha-bhat (via GitHub)" <gi...@apache.org> on 2023/05/12 09:57:58 UTC

[GitHub] [iceberg] ajantha-bhat commented on a diff in pull request #7196: Clarify javadoc of listNamespaces()

ajantha-bhat commented on code in PR #7196:
URL: https://github.com/apache/iceberg/pull/7196#discussion_r1192167335


##########
api/src/main/java/org/apache/iceberg/catalog/SupportsNamespaces.java:
##########
@@ -78,7 +78,7 @@ default List<Namespace> listNamespaces() {
    * List namespaces from the namespace.
    *
    * <p>For example, if table a.b.t exists, use 'SELECT NAMESPACE IN a' this method must return
-   * Namepace.of("a","b") {@link Namespace}.
+   * Namespace.of("a","b") {@link Namespace}.
    *
    * @return a List of namespace {@link Namespace} names
    * @throws NoSuchNamespaceException If the namespace does not exist (optional)

Review Comment:
   Thanks for checking. I have Updated the javadoc now. Nessie side listNamespace bug was also fixed in another PR recently. 
   This PR I would like to keep it for javadoc changes, in a follow up I can add a testcases for all the catalogs and fix the code if any catalog has issue. 



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org