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 B223B18DD4 for ; Mon, 18 Jan 2016 22:19:40 +0000 (UTC) Received: (qmail 19494 invoked by uid 500); 18 Jan 2016 22:19:40 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 19426 invoked by uid 500); 18 Jan 2016 22:19:40 -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 19169 invoked by uid 500); 18 Jan 2016 22:19:40 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 19165 invoked by uid 99); 18 Jan 2016 22:19:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2016 22:19:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CB8702C1F58 for ; Mon, 18 Jan 2016 22:19:39 +0000 (UTC) Date: Mon, 18 Jan 2016 22:19:39 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-587) Add missing filter(), filterByKey() and filterByValue() functions from Lambda LTable implementation 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/CRUNCH-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105886#comment-15105886 ] Josh Wills commented on CRUNCH-587: ----------------------------------- +1 > Add missing filter(), filterByKey() and filterByValue() functions from Lambda LTable implementation > --------------------------------------------------------------------------------------------------- > > Key: CRUNCH-587 > URL: https://issues.apache.org/jira/browse/CRUNCH-587 > Project: Crunch > Issue Type: Improvement > Reporter: David Whiting > Assignee: David Whiting > Priority: Minor > Fix For: 0.14.0 > > Attachments: 0001-CRUNCH-587-Add-missing-filter-filterByKey-and-filter.patch > > > I missed implementing a filter() method specifically for LTables (ie. returning LTable<> instead of LCollection>). This patch adds those, and also filterByKey() and filterByValue() because they are trivial to implement and will play nicer with predicates supplied as method references. -- This message was sent by Atlassian JIRA (v6.3.4#6332)