Skip to content

DeltaV2Mode

Creating Instance

DeltaV2Mode takes the following to be created:

DeltaV2Mode is created when:

Mode

String mode()

mode is the value of spark.databricks.delta.v2.enableMode configuration property.


mode is used when:

shouldCatalogReturnV2Tables

boolean shouldCatalogReturnV2Tables()

shouldCatalogReturnV2Tables is enabled (true) when spark.databricks.delta.v2.enableMode configuration property is STRICT.

Otherwise, shouldCatalogReturnV2Tables is disabled (false).


shouldCatalogReturnV2Tables is used when: