I want to do schemaEvolution on autoloader in order to addNewColumns as they are arrived and ingested
When I click display the Stream supposed to fail and tell me that there are unknown columns

I want to do schemaEvolution on autoloader in order to addNewColumns as they are arrived and ingested
When I click display the Stream supposed to fail and tell me that there are unknown columns


The schema location directory keeps track of your data schema over time
Know more about Configure schema inference and evolution in Auto Loader
When you specify a target directory for the option
cloudFiles.schemaLocation, it enables schema inference and evolution.You can use the same directory for
checkpointLocationif you prefer.The following is the syntax:
Results: