Skip to content

CatalogOwnedTableUtils

defaultCatalogOwnedEnabled

defaultCatalogOwnedEnabled(
  spark: SparkSession): Boolean

defaultCatalogOwnedEnabled checks whether CatalogOwnedTableFeature is enabled by default using the following configuration property:

spark.databricks.delta.properties.defaults.feature.catalogManaged

The value of the configuration property (in the RuntimeConfig of the given SparkSession) can only be supported.


defaultCatalogOwnedEnabled is used when: