Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To prevent accidental schema modifications during an append operation in a Delta Lake table, which of the following options should you apply?
A
Manually adjust the schema using ALTER TABLE before appending data
B
Set spark.databricks.delta.schema.autoMerge.enabled to true
spark.databricks.delta.schema.autoMerge.enabled
C
Enable spark.databricks.delta.schemaEnforcement.enabled to true
spark.databricks.delta.schemaEnforcement.enabled
D
Apply mergeSchema option set to false in the write operation
mergeSchema