Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 511186543 for ; Tue, 28 Jun 2011 19:17:38 +0000 (UTC) Received: (qmail 14218 invoked by uid 500); 28 Jun 2011 19:17:37 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 14077 invoked by uid 500); 28 Jun 2011 19:17:37 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 14069 invoked by uid 99); 28 Jun 2011 19:17:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 19:17:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jdcryans@gmail.com designates 209.85.160.169 as permitted sender) Received: from [209.85.160.169] (HELO mail-gy0-f169.google.com) (209.85.160.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 19:17:31 +0000 Received: by gyg13 with SMTP id 13so278993gyg.14 for ; Tue, 28 Jun 2011 12:17:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=rZfcV1dBAMj8erEmLXZxURS1HBNr96IXugrgcW+VDSc=; b=vhknbXOCb+Q25PZTP2uoV3p8evVrtB+KSbh0Cc2XvpPeKKYzov6BbpO8TclR4omqvZ azf4s9gn/BvtNdljRYMHJ0SjBm0KjIn6woFvPajpbCHSq9MA7viAaPApsaYtawwb9yC3 xCJZI4mtiKV234XOpb8n1QGTDRgUffWXsQgyU= MIME-Version: 1.0 Received: by 10.101.60.5 with SMTP id n5mr8246843ank.8.1309288628478; Tue, 28 Jun 2011 12:17:08 -0700 (PDT) Sender: jdcryans@gmail.com Received: by 10.100.226.14 with HTTP; Tue, 28 Jun 2011 12:17:08 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Jun 2011 12:17:08 -0700 X-Google-Sender-Auth: Es8ttIJPW23GT98ahTv8lz0uG84 Message-ID: Subject: Re: back porting HBASE-3488 to 0.90 From: Jean-Daniel Cryans To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 I wouldn't mind, although I wonder why you couldn't just patch it in for your company. J-D On Tue, Jun 28, 2011 at 12:13 PM, Ted Yu wrote: > Hi, > Our company needs HBASE-3488 to perform validation routine. > > Can we back port HBASE-3488 to 0.90 branch ? > The risk should be low considering that CellCounter is a new utility class. > > Thanks >