<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: when automatic liquid clustering is enabled, how to know which columns are used for clustering? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135681#M50396</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/147736"&gt;@smoortema&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can use DESCRIBE TABLE or SHOW TBLPROPERTIES.&amp;nbsp;If automatic liquid clustering is enabled, the clusterByAuto property is set to true. The &lt;STRONG&gt;clusteringColumns property shows the current clustering columns&lt;/STRONG&gt; that were automatically or manually selected.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/delta/clustering#check-if-automatic-clustering-is-enabled" target="_blank"&gt;Use liquid clustering for tables | Databricks on AWS&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2025 12:06:54 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-10-22T12:06:54Z</dc:date>
    <item>
      <title>when automatic liquid clustering is enabled, how to know which columns are used for clustering?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135679#M50394</link>
      <description>&lt;P&gt;Let's say a table is configured to have automatic liquid clustering:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ALTER TABLE table1 CLUSTER BY AUTO;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;How to know which columns were chosen by Databricks?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 12:00:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135679#M50394</guid>
      <dc:creator>smoortema</dc:creator>
      <dc:date>2025-10-22T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: when automatic liquid clustering is enabled, how to know which columns are used for clustering?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135681#M50396</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/147736"&gt;@smoortema&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can use DESCRIBE TABLE or SHOW TBLPROPERTIES.&amp;nbsp;If automatic liquid clustering is enabled, the clusterByAuto property is set to true. The &lt;STRONG&gt;clusteringColumns property shows the current clustering columns&lt;/STRONG&gt; that were automatically or manually selected.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/delta/clustering#check-if-automatic-clustering-is-enabled" target="_blank"&gt;Use liquid clustering for tables | Databricks on AWS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 12:06:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135681#M50396</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-22T12:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: when automatic liquid clustering is enabled, how to know which columns are used for clustering?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135683#M50397</link>
      <description>&lt;P&gt;Is there a way to set up automatic clustering by giving it a hint to use certain columns until Databricks has enough history to choose one?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 12:15:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135683#M50397</guid>
      <dc:creator>smoortema</dc:creator>
      <dc:date>2025-10-22T12:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: when automatic liquid clustering is enabled, how to know which columns are used for clustering?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135686#M50399</link>
      <description>&lt;P&gt;Unfortunately there is no option for doing that currently. But it seems like a really good idea for a product team to consider &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 12:17:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135686#M50399</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-22T12:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: when automatic liquid clustering is enabled, how to know which columns are used for clustering?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135690#M50401</link>
      <description>&lt;P&gt;From the documentation, it seems that in Python, there is such an option, only when creating or replacing a table.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# To set clustering columns and auto, which serves as a way to give a hint
# for the initial selection.
df.writeTo(...).using("delta")
  .clusterBy("clusteringColumn1", "clusteringColumn2")
  .option(“clusterByAuto”, “true”)
  .create()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 12:46:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135690#M50401</guid>
      <dc:creator>smoortema</dc:creator>
      <dc:date>2025-10-22T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: when automatic liquid clustering is enabled, how to know which columns are used for clustering?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135699#M50403</link>
      <description>&lt;P&gt;Thanks for letting me know. I wasn't aware of that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 13:20:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-automatic-liquid-clustering-is-enabled-how-to-know-which/m-p/135699#M50403</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-22T13:20:54Z</dc:date>
    </item>
  </channel>
</rss>

