I want to validate my incoming Avro files with my existing Avro schema file,but the problem is in my incoming avro files columns are shuffled although all are present which causes error in validation with my existing schema.Any suggestions on what needs to be done,for now I am using python avro schema validator.