haizhou-zhao opened a new pull request, #7229: URL: https://github.com/apache/iceberg/pull/7229
Change list: 1. Change success code of `tableExists` and `renameTable` from HTTP 200 to HTTP 204 Incentive: According to [RFC spec](https://www.rfc-editor.org/rfc/rfc7231#section-6.3.1), if HTTP 200 is returned, then the response always have payload content. However, the 2 APIs above does not seem to have any return payload, for which cases, the correct success code should be 204. -- 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]
