nastra commented on code in PR #15317:
URL: https://github.com/apache/iceberg/pull/15317#discussion_r2807184402
##########
open-api/rest-catalog-open-api.py:
##########
@@ -731,6 +731,11 @@ class Config:
class CreateNamespaceResponse(BaseModel):
namespace: Namespace
+ namespace_uuid: str | None = Field(
Review Comment:
I think it's better to put this under the Namespace itself as an optional
field, similar to how it's done for TableMetadata/ViewMetadata. We will then
most likely need a separate `NamespaceParser` that reads/writes that optional
uuid. Right now we only have a `NamespaceSerializer` and
`NamespaceDeserializer` which serDe the levels of the namespace directly
--
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]