Description
currently the avro source in connector/avro does not yet support schema evolution.
from source code of AvroUtils:
// Schema evolution is not supported yet. Here we only pick first random readable sample file to // figure out the schema of the whole dataset.
i added schema evolution for our inhouse spark version. if there is interest in this i could contribute it.