0

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?

enter image description here

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
subro
  • 1,167
  • 4
  • 20
  • 32

1 Answers1

1

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.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132