-
Notifications
You must be signed in to change notification settings - Fork 331
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Align Polaris behavior with the superclass by handling empty namespaces the same way, or
- Modify this test to expect an exception and add a Polaris-specific version.
To Reproduce
Remove the @Disabled annotation and run 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request