aheev commented on code in PR #12584:
URL: https://github.com/apache/iceberg/pull/12584#discussion_r2518477083
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -2010,11 +2065,34 @@ components:
Namespace:
description: Reference to one or more levels of a namespace
+ allOf:
+ - $ref: '#/components/schemas/CatalogObject'
+ example: [ "accounting", "tax" ]
+
+ CatalogObject:
Review Comment:
@c-thiel how about we rename this to `CatalogObjectIdentifier` or
`CatalogObjectReference` as it just represents a reference not the entire
object :thinking:
On a side note, since we already have `Namespace` to identiy namespaces,
`TableIdentifier` to identify tables/views, why a 3rd generic _identifier_?
--
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]