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 A8FB89D00 for ; Wed, 24 Dec 2014 00:46:15 +0000 (UTC) Received: (qmail 45867 invoked by uid 500); 24 Dec 2014 00:46:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 45792 invoked by uid 500); 24 Dec 2014 00:46:15 -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 45781 invoked by uid 500); 24 Dec 2014 00:46:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 45778 invoked by uid 99); 24 Dec 2014 00:46:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2014 00:46:15 +0000 Date: Wed, 24 Dec 2014 00:46:15 +0000 (UTC) From: "Mohit Sabharwal (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-9206) Fix Desc Formatted related Java 8 ordering differences 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-9206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohit Sabharwal updated HIVE-9206: ---------------------------------- Attachment: HIVE-9206.patch > Fix Desc Formatted related Java 8 ordering differences > ------------------------------------------------------ > > Key: HIVE-9206 > URL: https://issues.apache.org/jira/browse/HIVE-9206 > Project: Hive > Issue Type: Sub-task > Components: Tests > Reporter: Mohit Sabharwal > Assignee: Mohit Sabharwal > Attachments: HIVE-9206.patch > > > This patch fixes the following tests for Java 8: > (1) list_bucket_dml_*.q > {{DESC FORMATTED}} calls {{StorageDescriptor.getSkewedInfo()}} HMS API, which returns a thrift (unordered) map. Generate java version specific out file for these tests. > (2) partitions_json.q > {{SHOW PARTITIONS}} uses {{MapBuilder}} via {{JsonMetaDataFormatter}} which uses {{HashMap}}. Changed it to ordered map. -- This message was sent by Atlassian JIRA (v6.3.4#6332)