06
What is schema evolution in Delta Lake, and when should you allow it?
Tap to write answer
0 words | 0 charsPress Enter ↵ to reveal
Your Attempt
0 wordsRefined Model Answer
ReferenceSchema evolution lets a table adapt when new columns appear or compatible changes are introduced. I would allow it when the upstream change is expected and controlled, but I would not use it as a substitute for data contracts because uncontrolled schema drift can hide quality problems. The safe approach is to make schema changes explicit when possible.