ajantha-bhat commented on code in PR #7196:
URL: https://github.com/apache/iceberg/pull/7196#discussion_r1147911509
##########
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:
**Have not spent much time on this. But it looks like.**
- Hadoop gives all namespaces, Nessie too (being fixed), Dynamodb (code
looks like there is no level check. But I need to test it out. I am not sure
yet),
- glue & hive may be not applicable as it doesn't support nested namespaces.
- ECS, JDBC is giving only next-level namespaces.
- REST API spec has an example with just a 2-level namespace. So, cannot
deduce there also. But from the description maybe it also gives next-level
("certain level")
https://github.com/apache/iceberg/blob/d2bbfc39b79e44fa7d792f1bf08d9c9c84335868/open-api/rest-catalog-open-api.yaml#L187-L207
I can check more on this tomorrow.
--
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]