Re-optimize in delta not splitting large files to smaller files.

sajith_appukutt
Databricks Employee
Databricks Employee

I am trying to re-optimize the a delta table with a max file size of 32 MB. But after changing spark.databricks.delta.optimize.maxFileSize and trying to optimize a partition, it doesn't split larger files to smaller ones. How can i get it to work.