is there a way to configure spark to write a specific version of parquet format when writing a dataframe as a delta table?
I could not find anything to help me configure the file format version in spark.
Currently spark write version 1.0 of parquet when creating delta table.