My data is stored in s3 (parquet format) under different paths and I\'m using spark.read.parquet(pathes:_*) in order to read all the paths into one dataframe. Unfor
spark.read.parquet(pathes:_*)