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 8FF28102E2 for ; Tue, 14 Jan 2014 00:16:54 +0000 (UTC) Received: (qmail 4074 invoked by uid 500); 14 Jan 2014 00:14:04 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 4002 invoked by uid 500); 14 Jan 2014 00:14:00 -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 3991 invoked by uid 500); 14 Jan 2014 00:13:58 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 3947 invoked by uid 99); 14 Jan 2014 00:13:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 00:13:54 +0000 Date: Tue, 14 Jan 2014 00:13:54 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6193) change partition pruning request to metastore to use list instead of set 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-6193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870160#comment-13870160 ] Ashutosh Chauhan commented on HIVE-6193: ---------------------------------------- Why list? I think Set is a better choice here. > change partition pruning request to metastore to use list instead of set > ------------------------------------------------------------------------ > > Key: HIVE-6193 > URL: https://issues.apache.org/jira/browse/HIVE-6193 > Project: Hive > Issue Type: Improvement > Affects Versions: 0.13.0 > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Priority: Trivial > Fix For: 0.13.0 > > Attachments: HIVE-6193.patch > > > Change partition pruning request to metastore to use list instead of set. > Set is unwieldy w.r.t. compat, better get rid of it before API in this form was ever shipped. -- This message was sent by Atlassian JIRA (v6.1.5#6160)