dimas-b commented on code in PR #14783:
URL: https://github.com/apache/iceberg/pull/14783#discussion_r2599499210


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -164,6 +164,8 @@ paths:
           $ref: '#/components/responses/ForbiddenResponse'
         419:
           $ref: '#/components/responses/AuthenticationTimeoutResponse'
+        429:
+          $ref: '#/components/responses/TooManyRequestsResponse'

Review Comment:
   This change may result in API incompatibility with older servers (that 
implement the previous revision of this REST spec). After this change clients 
can expect a specific payload with 429 responses, while older servers may be 
producing different payloads (which is not well-defined in the spec revision 
they implement).



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