Zoltán Borók-Nagy created IMPALA-11798:
------------------------------------------
Summary: 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
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)