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 3234B10B2A for ; Mon, 3 Nov 2014 06:01:35 +0000 (UTC) Received: (qmail 85330 invoked by uid 500); 3 Nov 2014 06:01:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 85265 invoked by uid 500); 3 Nov 2014 06:01:34 -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 85250 invoked by uid 500); 3 Nov 2014 06:01:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 85246 invoked by uid 99); 3 Nov 2014 06:01:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 06:01:34 +0000 Date: Mon, 3 Nov 2014 06:01:34 +0000 (UTC) From: "Chengxiang Li (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8682) Enable table statistic collection on counter for CTAS query[Spark Branch] 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-8682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chengxiang Li updated HIVE-8682: -------------------------------- Attachment: HIVE-8682.3-spark.patch As table name character case issue is an common issue for Hive on MR/Tez/Spark, i created HIVE-8706 for trunk, and remove related fix code in this patch. > Enable table statistic collection on counter for CTAS query[Spark Branch] > ------------------------------------------------------------------------- > > Key: HIVE-8682 > URL: https://issues.apache.org/jira/browse/HIVE-8682 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Chengxiang Li > Assignee: Chengxiang Li > Labels: Spark-M3 > Attachments: HIVE-8682.1-spark.patch, HIVE-8682.2-spark.patch, HIVE-8682.3-spark.patch > > > CREATE TABLE AS SELECT query would load data into new created table, we should enable table statistic collection on counter either. -- This message was sent by Atlassian JIRA (v6.3.4#6332)