liamzwbao opened a new issue, #1272: URL: https://github.com/apache/polaris/issues/1272
### Describe the bug The test `listNamespacesWithEmptyNamespace` in `IcebergCatalogTest` is disabled in #1126 as the expected behavior is not applicable to Polaris. To unblock, do one of the following: 1. Align Polaris behavior with the superclass by handling empty namespaces the same way, or 2. Modify this test to expect an exception and add a Polaris-specific version. ### To Reproduce Remove the `@Disabled` annotation and run and the test. ### Actual Behavior The test will fail because Polaris implicitly creates an empty namespace, whereas the test expects the empty namespace to not exist unless the user explicitly creates it. ### Expected Behavior TBD, needs discussion. ### Additional context _No response_ ### System information _No response_ -- 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: issues-unsubscr...@polaris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org