Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
-
ghx-label-4
Description
Repro:
CREATE TABLE ice_imp (i int) STORED BY ICEBERG TBLPROPERTIES ('external.table.purge' = 'false');
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
Attachments
Issue Links
- is related to
-
HIVE-26959 CREATE TABLE with external.table.purge=false is ignored
- Resolved