Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 65917 invoked from network); 16 Oct 2010 06:21:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Oct 2010 06:21:57 -0000 Received: (qmail 84000 invoked by uid 500); 16 Oct 2010 06:21:57 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 83877 invoked by uid 500); 16 Oct 2010 06:21:54 -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 83869 invoked by uid 500); 16 Oct 2010 06:21:53 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 83866 invoked by uid 99); 16 Oct 2010 06:21:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 06:21:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 06:21:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9G6LW9t017312 for ; Sat, 16 Oct 2010 06:21:33 GMT Message-ID: <10112815.174891287210092953.JavaMail.jira@thor> Date: Sat, 16 Oct 2010 02:21:32 -0400 (EDT) From: "Ning Zhang (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1711) CREATE TABLE LIKE should not set stats in the new table In-Reply-To: <25111159.134121287012873344.JavaMail.jira@thor> 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-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-1711: ----------------------------- Status: Patch Available (was: Open) > CREATE TABLE LIKE should not set stats in the new table > ------------------------------------------------------- > > Key: HIVE-1711 > URL: https://issues.apache.org/jira/browse/HIVE-1711 > Project: Hadoop Hive > Issue Type: Bug > Reporter: Ning Zhang > Assignee: Ning Zhang > Attachments: HIVE-1711.2.patch, HIVE-1711.patch > > > CREATE TABLE T LIKE S; will copy every parameters from T to S. It should not copy table level stats. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.