Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 94314 invoked from network); 23 Sep 2008 22:30:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2008 22:30:05 -0000 Received: (qmail 7740 invoked by uid 500); 23 Sep 2008 22:30:02 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 7715 invoked by uid 500); 23 Sep 2008 22:30:02 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 7700 invoked by uid 99); 23 Sep 2008 22:30:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 15:30:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 22:29:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 304AE234C1E4 for ; Tue, 23 Sep 2008 15:29:44 -0700 (PDT) Message-ID: <373111453.1222208984183.JavaMail.jira@brutus> Date: Tue, 23 Sep 2008 15:29:44 -0700 (PDT) From: =?utf-8?Q?Do=C4=9Facan_G=C3=BCney_=28JIRA=29?= To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-898) RowResult.containsKey(String) doesn't work In-Reply-To: <801983081.1222208870340.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-898?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Do=C4=9Facan G=C3=BCney updated HBASE-898: -------------------------------- Attachment: row_convenience.patch Patch that adds a RowResult.containsKey(String) method. > RowResult.containsKey(String) doesn't work > ------------------------------------------ > > Key: HBASE-898 > URL: https://issues.apache.org/jira/browse/HBASE-898 > Project: Hadoop HBase > Issue Type: Bug > Components: io > Reporter: Do=C4=9Facan G=C3=BCney > Priority: Trivial > Attachments: row_convenience.patch > > > Since one can do a RowResult.get(String) I think RowResult should also su= pport checking a column's existence with a String too (i.e a RowResult.cont= ainsKey(String) method) --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.