You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2022/09/12 09:12:00 UTC

[jira] [Assigned] (HIVE-26491) Iceberg: Drop table should purge the data for V2 tables

     [ https://issues.apache.org/jira/browse/HIVE-26491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ayush Saxena reassigned HIVE-26491:
-----------------------------------

    Assignee: Ayush Saxena

> Iceberg: Drop table should purge the data for V2 tables 
> --------------------------------------------------------
>
>                 Key: HIVE-26491
>                 URL: https://issues.apache.org/jira/browse/HIVE-26491
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Ayush Saxena
>            Priority: Major
>              Labels: iceberg
>
> # create external table stored by iceberg in orc format. Convert this to iceberg v2 table format via alter table statements. This should ideally have set "'external.table.purge'='true'" property by default which is missing for V2 tables.
>  # insert data into it
>  # Drop the table.  This drops the metadata information, but retains actual data. 
> Set "'external.table.purge'='true'" as default for iceberg (if it hasn't been set yet).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)