Issue with Auto Liquid clustering

RevanthV
Contributor

 

  • I have written data to a table using clusterByAuto set to true
  • But the clustering keys are not selected automatically when i do a desc detail on the table.Screenshot below

    Why are clustering columns not being selected automatically?

Repro steps:

  1. Create a dataframe
  2. Write to a delta table using clusterByAuto set to true
  3. Then run desc detail on teh table .You will not see any clustering columns selected