Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 11:28 AM - edited 07-07-2025 11:37 AM
Hi @yzhang ,
First, make sure that you have Databricks Runtime 16.4 LTS and above (it is required for liquid clustering for Apache Iceberg).
Next, try to run following command:
ANALYZE TABLE <table_name> COMPUTE DELTA STATISTICSYou can also try to turn off liguid clustering for that table altogether:
ALTER TABLE table_name CLUSTER BY NONE;