Hi Delta community, may i know what will happen if a schema has evolved while a spark job is reading the table
g
Gerhard Brueckl
04/19/2023, 3:35 PM
you always read an atomic version of the table which either contains the schema change or not depending on which operation started first
if the schema evolves/chages during a job is running, the job will continue reading the previous version