Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6788DE694 for ; Sat, 9 Feb 2013 01:41:16 +0000 (UTC) Received: (qmail 43372 invoked by uid 500); 9 Feb 2013 01:41:14 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 43311 invoked by uid 500); 9 Feb 2013 01:41:14 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 43290 invoked by uid 99); 9 Feb 2013 01:41:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2013 01:41:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of varun@pinterest.com designates 209.85.223.182 as permitted sender) Received: from [209.85.223.182] (HELO mail-ie0-f182.google.com) (209.85.223.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2013 01:41:08 +0000 Received: by mail-ie0-f182.google.com with SMTP id k14so5777221iea.41 for ; Fri, 08 Feb 2013 17:40:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=EWR3o7TzySl5v7441Ai9AaxR7cYpx907fgk5zA9ZECQ=; b=byzoURAfY08uJyr5u2z0yYdgsMXsff2jQ+bDjIG+YsHIcT5cv7f9YNKZVdw/FNqX5y OhkOHDYDmFUQXnRd4/wwbhaCenhz5kADCKEfKUJySNkx6nzyT4zUckptKZoFE0H2cWmT NEXA5ye6UD3YUV664Rom21s8gHPDiRYSlI1YRCD39mJ7le5sEGUCAr+59rctz4adWRCB 0zffW+HgR556XeGbcbr0WfZ0eVualHg/MPq5RaI+Xe1cbiAR3rWpE4nyPTArb+CMphC3 dZU4v2WR/Hr6+XRgQtUt8P2XShE/Uiwz2XwK/t/4jtasf91oNf0u56zQI/l5KAvlFybh 1/LQ== MIME-Version: 1.0 X-Received: by 10.42.30.132 with SMTP id v4mr12562138icc.34.1360374048186; Fri, 08 Feb 2013 17:40:48 -0800 (PST) Received: by 10.231.229.193 with HTTP; Fri, 8 Feb 2013 17:40:48 -0800 (PST) In-Reply-To: References: Date: Fri, 8 Feb 2013 17:40:48 -0800 Message-ID: Subject: Re: Get on a row with multiple columns From: Varun Sharma To: dev@hbase.apache.org, user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf301d420ee7611404d540c31a X-Gm-Message-State: ALoCoQldQvYU/u3Ic7Ks9XZRBItfciHbzUIyv7FKXtA0IU/yWXa/q2XrLdkqIo4Jr47SHx9EOsrh X-Virus-Checked: Checked by ClamAV on apache.org --20cf301d420ee7611404d540c31a Content-Type: text/plain; charset=ISO-8859-1 +user On Fri, Feb 8, 2013 at 5:38 PM, Varun Sharma wrote: > Hi, > > When I do a Get on a row with multiple column qualifiers. Do we sort the > column qualifers and make use of the sorted order when we get the results ? > > Thanks > Varun > --20cf301d420ee7611404d540c31a--