when automatic liquid clustering is enabled, how to know which columns are used for clustering?

smoortema
Contributor

Let's say a table is configured to have automatic liquid clustering:

ALTER TABLE table1 CLUSTER BY AUTO;

 How to know which columns were chosen by Databricks?