[
https://issues.apache.org/jira/browse/HIVE-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386908#comment-15386908
]
niklaus xiao commented on HIVE-14295:
-------------------------------------
Should be 2.2
> Some metastore event listeners always initialize deleteData as false
> --------------------------------------------------------------------
>
> Key: HIVE-14295
> URL: https://issues.apache.org/jira/browse/HIVE-14295
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: 1.3.0, 2.1.0
> Reporter: niklaus xiao
> Assignee: niklaus xiao
> Priority: Minor
> Fix For: 2.2.0
>
> Attachments: HIVE-14295.1.patch
>
>
> DropTableEvent:
> {code}
> public DropTableEvent(Table table, boolean status, boolean deleteData,
> HMSHandler handler) {
> super(status, handler);
> this.table = table;
> // In HiveMetaStore, the deleteData flag indicates whether DFS data
> should be
> // removed on a drop.
> this.deleteData = false;
> }
> {code}
> Same as PreDropPartitionEvent and PreDropTableEvent
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)