Schema evolution clause added to SQL merge syntax

youssefmrini
Databricks Employee
Databricks Employee

You can now add the WITH SCHEMA EVOLUTION clause to a SQL merge statement to enable schema evolution for the operation.

For more information: https://docs.databricks.com/en/delta/update-schema.html#sql-evo

 

#Databricks