<?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>question Re: Adding new column to iceberg table silently failing in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Adding-new-column-to-iceberg-table-silently-failing/m-p/383458#M244913</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107030"&gt;@ipson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check table schema and verify if&amp;nbsp;&lt;SPAN&gt;('external.table.purge'='true') property is set using S&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This property&amp;nbsp;controls how DROP TABLE and ALTER TABLE works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In case it is not present, then add this property for the required table(&amp;nbsp;issue the ALTER TABLE stmt twice)&lt;/P&gt;&lt;DIV class="preformatted panel"&gt;&lt;DIV class="preformattedContent panelContent"&gt;&lt;PRE&gt;ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');
ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;The first invocation sets the property in HMS. The second one persists it to Iceberg metadata.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Let me know if this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 19:19:48 GMT</pubDate>
    <dc:creator>jAnshula</dc:creator>
    <dc:date>2024-02-13T19:19:48Z</dc:date>
    <item>
      <title>Adding new column to iceberg table silently failing</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Adding-new-column-to-iceberg-table-silently-failing/m-p/383442#M244909</link>
      <description>&lt;P&gt;I have an existing iceberg table and I'm trying to evolve schema by adding a new column:&lt;/P&gt;&lt;P&gt;`alter table my_db.my_table add column insert_time timestamp`&lt;/P&gt;&lt;P&gt;When I execute the above statement, I get a '&lt;SPAN&gt;New&amp;nbsp;column(s)&amp;nbsp;have&amp;nbsp;been&amp;nbsp;added&amp;nbsp;to&amp;nbsp;the&amp;nbsp;table.' but the column doesn't appear. I tried running a REFRESH, an INVALIDATE METADATA, and I tried restarting Impala but it had no effect. I tried the same operation on a test table and it worked. I'm using Impala as a query engine and Azure for storage. Impala is running in a Data Hub Cluster.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:42:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Adding-new-column-to-iceberg-table-silently-failing/m-p/383442#M244909</guid>
      <dc:creator>ipson</dc:creator>
      <dc:date>2026-04-21T06:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new column to iceberg table silently failing</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Adding-new-column-to-iceberg-table-silently-failing/m-p/383458#M244913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107030"&gt;@ipson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check table schema and verify if&amp;nbsp;&lt;SPAN&gt;('external.table.purge'='true') property is set using S&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This property&amp;nbsp;controls how DROP TABLE and ALTER TABLE works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In case it is not present, then add this property for the required table(&amp;nbsp;issue the ALTER TABLE stmt twice)&lt;/P&gt;&lt;DIV class="preformatted panel"&gt;&lt;DIV class="preformattedContent panelContent"&gt;&lt;PRE&gt;ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');
ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;The first invocation sets the property in HMS. The second one persists it to Iceberg metadata.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Let me know if this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 19:19:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Adding-new-column-to-iceberg-table-silently-failing/m-p/383458#M244913</guid>
      <dc:creator>jAnshula</dc:creator>
      <dc:date>2024-02-13T19:19:48Z</dc:date>
    </item>
  </channel>
</rss>

