siddhathPanchal
Databricks Employee
Databricks Employee

Sometime, if we have less commit versions for a delta table, it won't create checkpoint files in the table. Checkpoint file is responsible to trigger the log cleanup activities. In case, you observe that there are no checkpoint files available for the recent versions, you can use delta.checkpointInterval to reduce the number of commits after it creates a checkpoint. Once it gets the new checkpoint, the log cleanup activity will be triggered.