orenccl opened a new issue, #5593: URL: https://github.com/apache/gravitino/issues/5593
### What would you like to be improved? 1. Add `final` to Iceberg table event members as they should not change after initialization. 2. Based on the [Iceberg Open API specification](https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L1223) (for `rename`) and [this reference](https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L1137) (for `exists`), the `rename` and `exists` operations should return **204** instead of **200**. ### How should we improve? 1. Add `final` to Iceberg table-related events and their members, such as `IcebergCreateTableEvent`. 2. Modify the return codes in `IcebergViewOperations` and `IcebergViewRenameOperations` to align with the specification, and update the relevant unit tests. -- 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]
