Annotation Interface CatalogConfig
Annotation to configure the catalog type and properties for integration tests.
This is a server-side setting; it is used to specify the Polaris Catalog type (e.g., INTERNAL, EXTERNAL) and any additional properties required for the catalog configuration.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]Additional properties for the catalog configuration.org.apache.polaris.core.admin.model.Catalog.TypeEnumThe type of the catalog.
-
Element Details
-
value
org.apache.polaris.core.admin.model.Catalog.TypeEnum valueThe type of the catalog. Defaults to INTERNAL.- Default:
INTERNAL
-
properties
String[] propertiesAdditional properties for the catalog configuration.- Default:
{}
-