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 C8564B26E for ; Fri, 20 Jan 2012 18:46:04 +0000 (UTC) Received: (qmail 43129 invoked by uid 500); 20 Jan 2012 18:46:04 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 42890 invoked by uid 500); 20 Jan 2012 18:46:03 -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 42880 invoked by uid 500); 20 Jan 2012 18:46:03 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 42877 invoked by uid 99); 20 Jan 2012 18:46:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 18:46:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 18:46:02 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 16750158F7B for ; Fri, 20 Jan 2012 18:45:42 +0000 (UTC) Date: Fri, 20 Jan 2012 18:45:42 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <805052771.60976.1327085142094.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <221090073.39488.1321554591065.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2589) Newly created partition should inherit properties from table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2589: ------------------------------ Attachment: HIVE-2589.D1335.1.patch ashutoshc requested code review of "HIVE-2589 [jira] Newly created partition should inherit properties from table". Reviewers: JIRA https://issues.apache.org/jira/browse/HIVE-2589 Fixes an existing bug in test code which got exposed from HIVE-2589 patch. Fixes it. This will make all the info contained in table properties available to partitions. TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D1335 AFFECTED FILES conf/hive-default.xml.template metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q ql/src/test/queries/clientpositive/part_inherit_tbl_props.q ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/2793/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > Newly created partition should inherit properties from table > ------------------------------------------------------------ > > Key: HIVE-2589 > URL: https://issues.apache.org/jira/browse/HIVE-2589 > Project: Hive > Issue Type: Improvement > Components: Metastore > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Fix For: 0.8.1, 0.9.0 > > Attachments: HIVE-2589.D1335.1.patch, hive-2589.patch, hive-2589.patch, hive-2589_1.patch, hive-2589_2.patch, hive-2589_3.patch, hive-2589_4.patch > > > This will make all the info contained in table properties available to partitions. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira