ajantha-bhat commented on code in PR #14869:
URL: https://github.com/apache/iceberg/pull/14869#discussion_r2676233682
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1832,6 +1832,60 @@ paths:
5XX:
$ref: '#/components/responses/ServerErrorResponse'
+ /v1/{prefix}/namespaces/{namespace}/register-view:
Review Comment:
All the existing endpoints has single word. For multiword, I did research
before and found that hypen separated is better for readability.
Is there a guideline that Iceberg follows?
I also saw existing multi word parameter names like `plan-id` is used with
hypen in the URL.
--
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]