I am trying to compact the delta table in Databricks, but for some reason, it fails to execute optimize command on delta table and shows the below error.
Can someone please tell me what is the issue here?
I am trying to compact the delta table in Databricks, but for some reason, it fails to execute optimize command on delta table and shows the below error.
Can someone please tell me what is the issue here?
Most probably you're using Delta Lake version before 1.2.0. Per documentation:
This feature is available in Delta Lake 1.2.0 and above.