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 26DA518A90 for ; Mon, 18 Jan 2016 14:13:40 +0000 (UTC) Received: (qmail 56182 invoked by uid 500); 18 Jan 2016 14:13:40 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 56155 invoked by uid 500); 18 Jan 2016 14:13: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 56142 invoked by uid 500); 18 Jan 2016 14:13:39 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 56139 invoked by uid 99); 18 Jan 2016 14:13:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2016 14:13:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C50D22C1F57 for ; Mon, 18 Jan 2016 14:13:39 +0000 (UTC) Date: Mon, 18 Jan 2016 14:13:39 +0000 (UTC) From: "David Whiting (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 David Whiting created CRUNCH-587: ------------------------------------ Summary: 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 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)