qingwei727 commented on code in PR #5859:
URL: https://github.com/apache/paimon/pull/5859#discussion_r2196405321
##########
docs/static/rest-catalog-open-api.yaml:
##########
@@ -206,6 +206,45 @@ paths:
$ref: '#/components/responses/DatabaseNotExistErrorResponse'
"500":
$ref: '#/components/responses/ServerErrorResponse'
+ /v1/{prefix}/databases/{database}/register:
Review Comment:
Registering a table is inherently a database-level action rather than
table-level, so maybe it is more suitable to locate it at the database level?
--
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]