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 F11E5200C88 for ; Fri, 19 May 2017 03:52:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF9F5160BC4; Fri, 19 May 2017 01:52:08 +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 41E79160BB5 for ; Fri, 19 May 2017 03:52:08 +0200 (CEST) Received: (qmail 75654 invoked by uid 500); 19 May 2017 01:52:07 -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 75645 invoked by uid 99); 19 May 2017 01:52:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2017 01:52:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 141A91890E8 for ; Fri, 19 May 2017 01:52:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id m8vK8IMKLQZa for ; Fri, 19 May 2017 01:52:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0DD315FBC5 for ; Fri, 19 May 2017 01:52:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 850B4E07E1 for ; Fri, 19 May 2017 01:52:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DA2F621B56 for ; Fri, 19 May 2017 01:52:04 +0000 (UTC) Date: Fri, 19 May 2017 01:52:04 +0000 (UTC) From: "Naveen Gangam (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-16711) Remove property_id column from metastore_db_properties table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 19 May 2017 01:52:09 -0000 [ https://issues.apache.org/jira/browse/HIVE-16711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016786#comment-16016786 ] Naveen Gangam commented on HIVE-16711: -------------------------------------- [~vihangk1] What prompted this change in design? was there a specific usecase that the prior design was targeting? Thanks > Remove property_id column from metastore_db_properties table > ------------------------------------------------------------ > > Key: HIVE-16711 > URL: https://issues.apache.org/jira/browse/HIVE-16711 > Project: Hive > Issue Type: Improvement > Reporter: Vihang Karajgaonkar > Assignee: Vihang Karajgaonkar > Priority: Minor > Attachments: HIVE-16711.01.patch, HIVE-16711.02.patch > > > The property id column of the table {{METASTORE_DB_PROPERTIES}} is not really needed. We could instead convert column {{PROPERTY_KEY}} to primary key and change the identity-type to "application" in package.jdo file. -- This message was sent by Atlassian JIRA (v6.3.15#6346)