szymon_dybczak
Esteemed Contributor III

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 STATISTICS

You can also try to turn off liguid clustering for that table altogether:

ALTER TABLE table_name CLUSTER BY NONE;