Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2025 12:58 AM
- 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:
- Create a dataframe
- Write to a delta table using clusterByAuto set to true
- Then run desc detail on teh table .You will not see any clustering columns selected