[ https://issues.apache.org/jira/browse/HIVE-23467?focusedWorklogId=451058&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-451058 ]
ASF GitHub Bot logged work on HIVE-23467: ----------------------------------------- Author: ASF GitHub Bot Created on: 25/Jun/20 14:05 Start Date: 25/Jun/20 14:05 Worklog Time Spent: 10m Work Description: nrg4878 commented on pull request #1133: URL: https://github.com/apache/hive/pull/1133#issuecomment-649563933 This fix has been committed to master for 4.0.0 release. This can be closed out. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 451058) Time Spent: 40m (was: 0.5h) > Add a skip.trash config for HMS to skip trash when deleting external table > data > ------------------------------------------------------------------------------- > > Key: HIVE-23467 > URL: https://issues.apache.org/jira/browse/HIVE-23467 > Project: Hive > Issue Type: Improvement > Components: Hive > Reporter: Sam An > Assignee: Yu-Wen Lai > Priority: Trivial > Labels: pull-request-available > Fix For: 4.0.0 > > Time Spent: 40m > Remaining Estimate: 0h > > We have an auto.purge flag, which means skip trash. It can be confusing as we > have 'external.table.purge'='true' to indicate delete table data when this > tblproperties is set. > We should make the meaning clearer by introducing a skip trash alias/option. > Additionally, we shall add an alias for external.table.purge, and name it > external.table.autodelete, and document it more prominently, so as to > maintain backward compatibility, and make the meaning of auto deletion of > data more obvious. > The net effect of these 2 changes will be. If the user sets > 'external.table.autodelete'='true' > the table data will be removed when table is dropped. and if > 'skip.trash'='true' > is set, HMS will not move the table data to trash folder when removing the > files. This will result in faster removal, especially when underlying FS is > S3. -- This message was sent by Atlassian Jira (v8.3.4#803005)