kevinjqliu commented on code in PR #15691:
URL: https://github.com/apache/iceberg/pull/15691#discussion_r3102724785


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -5118,7 +5118,7 @@ components:
       summary: The requested view identifier already exists
       value: {
         "error": {
-          "message": "The given view already exists",
+          "message": "The requested view identifier already exists",

Review Comment:
   👍 this is different than the rest because its the error message for 
`ViewAlreadyExistsError`



##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -5108,7 +5108,7 @@ components:
       summary: The requested table identifier already exists
       value: {
         "error": {
-          "message": "The given table already exists",
+          "message": "The requested table identifier already exists",

Review Comment:
   👍  this is different than the rest because its the error message for 
`TableAlreadyExistsError`



-- 
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]

Reply via email to