Class CatalogPropertiesUtil


  • @Internal
    public final class CatalogPropertiesUtil
    extends Object
    Utilities for de/serializing Catalog objects into a map of string properties.
    • Field Detail

      • IS_GENERIC

        public static final String IS_GENERIC
        Flag to distinguish if a meta-object is a generic Flink object or not.

        It is used to distinguish between Flink's generic connector discovery logic or specialized catalog connectors.

        See Also:
        Constant Field Values
      • FLINK_PROPERTY_PREFIX

        public static final String FLINK_PROPERTY_PREFIX
        Globally reserved prefix for catalog properties. User-defined properties should not use this prefix. E.g. it is used to distinguish properties created by Hive and Flink, as Hive metastore has its own properties created upon table creation and migration between different versions of metastore.
        See Also:
        Constant Field Values