I have a directory in which I have 2 parquet files with same schema but columns order are different I want to know how spark decides column order when reading the directory
Dataframe 1 while reading 1.parquet file
Dataframe 2 while reading 2.parquet file



