Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B981010C98 for ; Wed, 9 Apr 2014 14:01:06 +0000 (UTC) Received: (qmail 51536 invoked by uid 500); 9 Apr 2014 14:01:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 51400 invoked by uid 500); 9 Apr 2014 14:00:57 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 51332 invoked by uid 99); 9 Apr 2014 14:00:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 14:00:54 +0000 Date: Wed, 9 Apr 2014 14:00:54 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8523) No support for double In Increment api of Hbase 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/HBASE-8523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13964175#comment-13964175 ] Ted Yu commented on HBASE-8523: ------------------------------- Please generate patch for trunk. {code} + public Double preIncrementColumnValue(final byte [] row, final byte [] family, + final byte [] qualifier, double amount, final boolean writeToWAL) {code} Return type should be double. > No support for double In Increment api of Hbase > ----------------------------------------------- > > Key: HBASE-8523 > URL: https://issues.apache.org/jira/browse/HBASE-8523 > Project: HBase > Issue Type: Improvement > Components: Client > Affects Versions: 0.94.19 > Reporter: vikram s > Labels: patch > Attachments: incr_double.diff > > -- This message was sent by Atlassian JIRA (v6.2#6252)