Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D456919F14 for ; Tue, 12 Apr 2016 20:47:39 +0000 (UTC) Received: (qmail 13766 invoked by uid 500); 12 Apr 2016 20:47:39 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 13684 invoked by uid 500); 12 Apr 2016 20:47:39 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 13668 invoked by uid 99); 12 Apr 2016 20:47:39 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 20:47:39 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 939082AFC5D; Tue, 12 Apr 2016 20:47:35 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7803512891520973470==" MIME-Version: 1.0 Subject: Re: Review Request 45406: HIVE-13349: Metastore Changes : API calls for retrieving primary keys and foreign keys information From: Hari Sankar Sivarama Subramaniyan To: Ashutosh Chauhan Cc: Hari Sankar Sivarama Subramaniyan , hive Date: Tue, 12 Apr 2016 20:47:35 -0000 Message-ID: <20160412204735.21369.69841@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Hari Sankar Sivarama Subramaniyan X-ReviewGroup: hive X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/45406/ X-Sender: Hari Sankar Sivarama Subramaniyan References: <20160411174525.29093.43239@reviews.apache.org> In-Reply-To: <20160411174525.29093.43239@reviews.apache.org> X-ReviewBoard-Diff-For: metastore/scripts/upgrade/derby/034-HIVE-13076.derby.sql X-ReviewBoard-Diff-For: metastore/src/model/org/apache/hadoop/hive/metastore/model/MConstraint.java X-ReviewBoard-Diff-For: metastore/scripts/upgrade/postgres/033-HIVE-13076.postgres.sql X-ReviewBoard-Diff-For: metastore/scripts/upgrade/mysql/034-HIVE-13076.mysql.sql X-ReviewBoard-Diff-For: metastore/scripts/upgrade/oracle/034-HIVE-13076.oracle.sql X-ReviewBoard-Diff-For: metastore/scripts/upgrade/mssql/019-HIVE-13076.mssql.sql Reply-To: Hari Sankar Sivarama Subramaniyan X-ReviewRequest-Repository: hive-git --===============7803512891520973470== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45406/ ----------------------------------------------------------- (Updated April 12, 2016, 8:47 p.m.) Review request for hive and Ashutosh Chauhan. Repository: hive-git Description ------- Metastore Changes : API calls for retrieving primary keys and foreign keys information Diffs (updated) ----- metastore/if/hive_metastore.thrift 6a55962 metastore/scripts/upgrade/derby/034-HIVE-13076.derby.sql PRE-CREATION metastore/scripts/upgrade/derby/hive-schema-2.1.0.derby.sql 42f4eb6 metastore/scripts/upgrade/derby/upgrade-2.0.0-to-2.1.0.derby.sql a0bac3c metastore/scripts/upgrade/mssql/019-HIVE-13076.mssql.sql PRE-CREATION metastore/scripts/upgrade/mssql/hive-schema-2.1.0.mssql.sql cf5a662 metastore/scripts/upgrade/mssql/upgrade-2.0.0-to-2.1.0.mssql.sql f25daf2 metastore/scripts/upgrade/mysql/034-HIVE-13076.mysql.sql PRE-CREATION metastore/scripts/upgrade/mysql/hive-schema-2.1.0.mysql.sql 6fd3209 metastore/scripts/upgrade/mysql/upgrade-2.0.0-to-2.1.0.mysql.sql e790636 metastore/scripts/upgrade/oracle/034-HIVE-13076.oracle.sql PRE-CREATION metastore/scripts/upgrade/oracle/hive-schema-2.1.0.oracle.sql 774f6be metastore/scripts/upgrade/oracle/upgrade-2.0.0-to-2.1.0.oracle.sql 8368d08 metastore/scripts/upgrade/postgres/033-HIVE-13076.postgres.sql PRE-CREATION metastore/scripts/upgrade/postgres/hive-schema-2.1.0.postgres.sql 7463a37 metastore/scripts/upgrade/postgres/upgrade-2.0.0-to-2.1.0.postgres.sql 6172407 metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java c9fadad metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java 64a26ac metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java 39cf927 metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java 06e9f78 metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java ac293b9 metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java e49f757 metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseStore.java a73dbeb metastore/src/model/org/apache/hadoop/hive/metastore/model/MConstraint.java PRE-CREATION metastore/src/model/package.jdo 7385a13 metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java 94ca835 metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java b108f95 Diff: https://reviews.apache.org/r/45406/diff/ Testing ------- Thanks, Hari Sankar Sivarama Subramaniyan --===============7803512891520973470==--