You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2022/12/14 08:51:00 UTC

[jira] [Created] (IMPALA-11798) CREATE Iceberg table with external.table.purge=false is ignored

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)