[ https://issues.apache.org/jira/browse/HIVE-26491?focusedWorklogId=816196&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-816196 ]
ASF GitHub Bot logged work on HIVE-26491: ----------------------------------------- Author: ASF GitHub Bot Created on: 12/Oct/22 14:14 Start Date: 12/Oct/22 14:14 Worklog Time Spent: 10m Work Description: szlta commented on PR #3590: URL: https://github.com/apache/hive/pull/3590#issuecomment-1276252904 As discussed internally let's not move forward with this change as it would come as a surprise the users who create external tables and don't expect the related files to be deleted upon dropping the table. Issue Time Tracking ------------------- Worklog Id: (was: 816196) Time Spent: 50m (was: 40m) > 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, pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > # 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)