Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 24A792004CA for ; Wed, 11 May 2016 18:52:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 234BE160A14; Wed, 11 May 2016 16:52:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6447B160A09 for ; Wed, 11 May 2016 18:52:26 +0200 (CEST) Received: (qmail 6647 invoked by uid 500); 11 May 2016 16:52:25 -0000 Mailing-List: contact dev-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list dev@nifi.apache.org Received: (qmail 6636 invoked by uid 99); 11 May 2016 16:52:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 16:52:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14C64DFE60; Wed, 11 May 2016 16:52:25 +0000 (UTC) From: markap14 To: dev@nifi.apache.org Reply-To: dev@nifi.apache.org References: In-Reply-To: Subject: [GitHub] nifi pull request: NIFI-1280 Create FilterCSVColumns Processor. Content-Type: text/plain Message-Id: <20160511165225.14C64DFE60@git1-us-west.apache.org> Date: Wed, 11 May 2016 16:52:25 +0000 (UTC) archived-at: Wed, 11 May 2016 16:52:27 -0000 Github user markap14 commented on the pull request: https://github.com/apache/nifi/pull/420#issuecomment-218520423 I don't think we can use the provided test data as-is. Looking at http://www.briandunning.com/sample-data/ I don't see any sort of LICENSE info. Probably best to just mock up a few simple test files manually instead. This will also be easier for testing purposes, I think, so that we can assert specific things in the unit test --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---