From dev-return-2171-apmail-crunch-dev-archive=crunch.apache.org@crunch.apache.org Wed Mar 6 23:30:14 2013 Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 872FB9005 for ; Wed, 6 Mar 2013 23:30:14 +0000 (UTC) Received: (qmail 88742 invoked by uid 500); 6 Mar 2013 23:30:14 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 88713 invoked by uid 500); 6 Mar 2013 23:30:14 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 88704 invoked by uid 500); 6 Mar 2013 23:30:14 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 88697 invoked by uid 99); 6 Mar 2013 23:30:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 23:30:14 +0000 Date: Wed, 6 Mar 2013 23:30:14 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-179) Add a properly typed union() method to PCollection and PTable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Wills created CRUNCH-179: --------------------------------- Summary: Add a properly typed union() method to PCollection and PTable Key: CRUNCH-179 URL: https://issues.apache.org/jira/browse/CRUNCH-179 Project: Crunch Issue Type: Improvement Components: Core Reporter: Josh Wills Assignee: Josh Wills Priority: Minor I find myself slightly (albeit persistently) irritated by the warnings that come up in Eclipse as a function of using varargs for the union method on PCollection and PTable, so I wrote a union() method that takes a single argument and delegates to the regular union method. No functional change, just cleans up an irritating warning in my client code. -- 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