Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 360A617BFA for ; Sun, 22 Feb 2015 21:27:12 +0000 (UTC) Received: (qmail 22081 invoked by uid 500); 22 Feb 2015 21:27:11 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 22060 invoked by uid 500); 22 Feb 2015 21:27:11 -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 22050 invoked by uid 99); 22 Feb 2015 21:27:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Feb 2015 21:27:11 +0000 Date: Sun, 22 Feb 2015 21:27:11 +0000 (UTC) From: "Brock Noland (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HIVE-9620) Cannot retrieve column statistics using HMS API if column name contains uppercase characters 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-9620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332383#comment-14332383 ] Brock Noland edited comment on HIVE-9620 at 2/22/15 9:26 PM: ------------------------------------------------------------- REMOVED was (Author: jyu@cloudera.com): this is https://jira.cloudera.com/browse/CDH-24919. I saw exceptions in HMS log https://jira.cloudera.com/browse/CDH-24919?focusedCommentId=305653&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-305653 On Sun, Feb 22, 2015 at 10:45 AM, Brock Noland (JIRA) -- - Juan > Cannot retrieve column statistics using HMS API if column name contains uppercase characters > --------------------------------------------------------------------------------------------- > > Key: HIVE-9620 > URL: https://issues.apache.org/jira/browse/HIVE-9620 > Project: Hive > Issue Type: Bug > Components: Metastore, Statistics > Affects Versions: 0.13.1 > Reporter: Juan Yu > Assignee: Chaoyu Tang > > The issue only happens on avro table, > {code} > CREATE TABLE t2_avro ( > columnNumber1 int, > columnNumber2 string ) > PARTITIONED BY (p1 string) > ROW FORMAT SERDE > 'org.apache.hadoop.hive.serde2.avro.AvroSerDe' > STORED AS INPUTFORMAT > 'org.apache.hadoop.hive.ql.io.avro.AvroContainerInputFormat' > OUTPUTFORMAT > 'org.apache.hadoop.hive.ql.io.avro.AvroContainerOutputFormat' > TBLPROPERTIES( > 'avro.schema.literal'='{ > "namespace": "testing.hive.avro.serde", > "name": "test", > "type": "record", > "fields": [ > { "name":"columnNumber1", "type":"int" }, > { "name":"columnNumber2", "type":"string" } > ]}'); > {code} > I don't have latest hive so I am not sure if this is already fixed in trunk. -- This message was sent by Atlassian JIRA (v6.3.4#6332)