This is a dedicated watch page for a single video.
The following code intends to use Auto Loader for ingesting JSON files from a cloud location: spark . readStream . format ( "cloudFiles" ) . schema ( schema ) . option ( "cloudFiles.format" , "json" ) . option ( "cloudFiles.schemaEvolutionMode" , "addNewColumns" ) . load ( source ) Which of the following is true if a file with an added column arrives at the source location?