talatuyarer commented on code in PR #15317:
URL: https://github.com/apache/iceberg/pull/15317#discussion_r2838686227
##########
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:
Sounds good! I changed the spec accordingly. I added oneOf we can accept
string array or NamespaceObject which has optional uuid field.
--
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]