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 3C8EC10213 for ; Mon, 20 Jan 2014 15:19:27 +0000 (UTC) Received: (qmail 1116 invoked by uid 500); 20 Jan 2014 15:19:26 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 1024 invoked by uid 500); 20 Jan 2014 15:19:22 -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 1011 invoked by uid 99); 20 Jan 2014 15:19:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jan 2014 15:19:20 +0000 Date: Mon, 20 Jan 2014 15:19:20 +0000 (UTC) From: "Billie Rinaldi (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13876505#comment-13876505 ] Billie Rinaldi commented on ACCUMULO-1661: ------------------------------------------ No, fetching "" would mean fetching all key/value pairs that have an empty column family -- there is one family in the set of families that is being fetched. > 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 > Fix For: 1.5.1, 1.6.0 > > > 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)