Class PolicyIdentifier

java.lang.Object
org.apache.polaris.service.types.PolicyIdentifier

public class PolicyIdentifier extends Object
Represents a modified version of the PolicyIdentifier that is different from the one generated by the OpenAPI generator

the open api generation inlines the namespace definition, generates a List<String> directly, instead of generating a Namespace class. This version uses Namespace for namespace field.

TODO: make code generation use Namespace directly

  • Constructor Details

    • PolicyIdentifier

      public PolicyIdentifier(org.apache.iceberg.catalog.Namespace namespace, String name)
  • Method Details