Skip to content

Unblock test listNamespacesWithEmptyNamespace #1272

@liamzwbao

Description

@liamzwbao

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 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions