Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 D8847D74B for ; Mon, 22 Oct 2012 19:34:13 +0000 (UTC) Received: (qmail 53965 invoked by uid 500); 22 Oct 2012 19:34:13 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 53915 invoked by uid 500); 22 Oct 2012 19:34:13 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 53876 invoked by uid 500); 22 Oct 2012 19:34:13 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 53860 invoked by uid 99); 22 Oct 2012 19:34:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 19:34:13 +0000 Date: Mon, 22 Oct 2012 19:34:13 +0000 (UTC) From: "Prashant Kommireddi (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <237857413.11828.1350934453442.JavaMail.jiratomcat@arcas> In-Reply-To: <456257950.23078.1331876509066.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (PIG-2600) Better Map support 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/PIG-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481704#comment-13481704 ] Prashant Kommireddi commented on PIG-2600: ------------------------------------------ Btw, syntax and usage examples are all present in java files for each of the UDFs. Lmk if it needs to go into release notes (and where) and I can put it there. > Better Map support > ------------------ > > Key: PIG-2600 > URL: https://issues.apache.org/jira/browse/PIG-2600 > Project: Pig > Issue Type: Improvement > Reporter: Jonathan Coveney > Assignee: Prashant Kommireddi > Fix For: 0.11 > > Attachments: PIG-2600_2.patch, PIG-2600_3.patch, PIG-2600_4.patch, PIG-2600_5.patch, PIG-2600_6.patch, PIG-2600_7.patch, PIG-2600_8.patch, PIG-2600_9.patch, PIG-2600.patch > > > It would be nice if Pig played better with Maps. To that end, I'd like to add a lot of utility around Maps. > - TOBAG should take a Map and output {(key, value)} > - TOMAP should take a Bag in that same form and make a map. > - KEYSET should return the set of keys. > - VALUESET should return the set of values. > - VALUELIST should return the List of values (no deduping). > - INVERSEMAP would return a Map of values => the set of keys that refer to that Key > This would all be pretty easy. A more substantial piece of work would be to make Pig support non-String keys (this is especially an issue since UDFs and whatnot probably assume that they are all Integers). Not sure if it is worth it. > I'd love to hear other things that would be useful for people! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira