laserninja commented on PR #10652: URL: https://github.com/apache/gravitino/pull/10652#issuecomment-4180792322
Addressed all three points: 1. **Status assertion**: Changed `assertNotEquals(200)` to `assertEquals(500)` with a comment explaining that Jersey's `IcebergExceptionMapper` converts the `NotFoundException` into a 500 response for unmatched routes. 2. **PR description**: Updated title and body to reflect the current approach (removing prefix, not adding it). 3. **Issue comment**: Added a comment on #10640 explaining why the resolution differs from the originally requested feature. -- 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]
