Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E92610875 for ; Wed, 22 Jan 2014 19:05:46 +0000 (UTC) Received: (qmail 7553 invoked by uid 500); 22 Jan 2014 19:05:30 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 7460 invoked by uid 500); 22 Jan 2014 19:05:28 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 7433 invoked by uid 99); 22 Jan 2014 19:05:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jan 2014 19:05:27 +0000 Date: Wed, 22 Jan 2014 19:05:27 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1661) AccumuloInputFormat cannot fetch empty column family 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/ACCUMULO-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton updated ACCUMULO-1661: ---------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > AccumuloInputFormat cannot fetch empty column family > ---------------------------------------------------- > > Key: ACCUMULO-1661 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1661 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.3, 1.5.0 > Reporter: Billie Rinaldi > Assignee: Vikram Srivastava > Fix For: 1.5.1, 1.6.0 > > Attachments: ACCUMULO-1661.1.5.1-SNAPSHOT.patch.txt, ACCUMULO-1661.v1.patch.txt, ACCUMULO-1661.v2.patch.txt > > > The following fails: > {code:java} > Job job = new Job(); > HashSet> cols = new HashSet>(); > cols.add(new Pair(new Text(""), null)); > AccumuloInputFormat.fetchColumns(job, cols); > Set> setCols = AccumuloInputFormat.getFetchedColumns(job); > assertEquals(cols.size(), setCols.size()); > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)