Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C63A200B4A for ; Wed, 20 Jul 2016 13:45:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4B0C9160A7C; Wed, 20 Jul 2016 11:45:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C2DF6160A64 for ; Wed, 20 Jul 2016 13:45:21 +0200 (CEST) Received: (qmail 94275 invoked by uid 500); 20 Jul 2016 11:45:21 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 94260 invoked by uid 99); 20 Jul 2016 11:45:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 11:45:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D67EB2C0D57 for ; Wed, 20 Jul 2016 11:45:20 +0000 (UTC) Date: Wed, 20 Jul 2016 11:45:20 +0000 (UTC) From: "niklaus xiao (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14295) Some metastore event listeners always initialize deleteData as false MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 20 Jul 2016 11:45:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niklaus xiao updated HIVE-14295: -------------------------------- Fix Version/s: 1.3.0 Status: Patch Available (was: Open) > 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: 2.1.0, 1.3.0 > Reporter: niklaus xiao > Assignee: niklaus xiao > Priority: Minor > Fix For: 1.3.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)