[
https://issues.apache.org/jira/browse/IMPALA-11798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Li Penglin resolved IMPALA-11798.
---------------------------------
Fix Version/s: Impala 4.3.0
Resolution: Resolved
> CREATE Iceberg table with external.table.purge=false is ignored
> ---------------------------------------------------------------
>
> Key: IMPALA-11798
> URL: https://issues.apache.org/jira/browse/IMPALA-11798
> Project: IMPALA
> Issue Type: Bug
> Components: Catalog
> Reporter: Zoltán Borók-Nagy
> Assignee: Li Penglin
> Priority: Major
> Labels: impala-iceberg
> Fix For: Impala 4.3.0
>
>
> Repro:
> {noformat}
> CREATE TABLE ice_imp (i int)
> STORED BY ICEBERG
> TBLPROPERTIES ('external.table.purge' = 'false');
> {noformat}
> Then if we look at the table properties via {{DESCRIBE FORMATTED ice_imp;}}
> we can see that the value for {{external.table.purge}} is actually {{TRUE}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)