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 76B6311846 for ; Mon, 15 Sep 2014 11:27:35 +0000 (UTC) Received: (qmail 58877 invoked by uid 500); 15 Sep 2014 11:27:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 58777 invoked by uid 500); 15 Sep 2014 11:27: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 58606 invoked by uid 500); 15 Sep 2014 11:27:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 58583 invoked by uid 99); 15 Sep 2014 11:27:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2014 11:27:34 +0000 Date: Mon, 15 Sep 2014 11:27:34 +0000 (UTC) From: "Suma Shivaprasad (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7936) Support for handling Thrift Union types 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-7936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14133803#comment-14133803 ] Suma Shivaprasad commented on HIVE-7936: ---------------------------------------- Running org.apache.hadoop.hive.cli.TestCliDriver Tests run: 1605, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 64,742.281 sec <<< FAILURE! - in org.apache.hadoop.hive.cli.TestCliDriver Running org.apache.hadoop.hive.cli.TestNegativeCliDriver Tests run: 630, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,729.428 sec - in org.apache.hadoop.hive.cli.TestNegativeCliDriver Results : Tests run: 630, Failures: 0, Errors: 0, Skipped: 0 Running org.apache.hadoop.hive.ql.parse.TestParse Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.192 sec - in org.apache.hadoop.hive.ql.parse.TestParse Results : Tests run: 45, Failures: 0, Errors: 0, Skipped: 0 Running org.apache.hadoop.hive.cli.TestContribCliDriver Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 450.972 sec - in org.apache.hadoop.hive.cli.TestContribCliDriver Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 The 6 tests which failed included: alter_partition_coltype.q alter_partition_update_status.q escape1.q escape2.q extrapolate_part_stats_full.q metadata_only_queries_with_filters.q These tests ran successfully upon rerunning and are not connected to the current code fix. > Support for handling Thrift Union types > ---------------------------------------- > > Key: HIVE-7936 > URL: https://issues.apache.org/jira/browse/HIVE-7936 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.13.1 > Reporter: Suma Shivaprasad > Assignee: Suma Shivaprasad > Fix For: 0.14.0 > > Attachments: HIVE-7936.1.patch, HIVE-7936.2.patch, HIVE-7936.patch, complex.seq > > > Currently hive does not support thrift unions through ThriftDeserializer. Need to add support for the same -- This message was sent by Atlassian JIRA (v6.3.4#6332)