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 E4381E68C for ; Sat, 9 Feb 2013 01:38:34 +0000 (UTC) Received: (qmail 36549 invoked by uid 500); 9 Feb 2013 01:38:34 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 36498 invoked by uid 500); 9 Feb 2013 01:38:34 -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 36488 invoked by uid 99); 9 Feb 2013 01:38:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2013 01:38:34 +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 (nike.apache.org: domain of varun@pinterest.com designates 209.85.223.179 as permitted sender) Received: from [209.85.223.179] (HELO mail-ie0-f179.google.com) (209.85.223.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2013 01:38:25 +0000 Received: by mail-ie0-f179.google.com with SMTP id k11so5749591iea.24 for ; Fri, 08 Feb 2013 17:38:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=KBnMFKueXCzvbyHaX46Yx4ZeDTUDA8ev+TUhxomuqCg=; b=e7K4xmN3xubixPk5sr4sTdeZU9mTFajpQv324fgBK8CTXF2tnfhW6GmlycuxqFeoKi tyQEAT+DNT734k+3fApypHE3wAs/+FrqVO4MIdKv+7O6/fYbdzcFOZUUCGZ57HAGETWP IKD0LnZddCeal3jtxNoHGOUk8GCDu7nPYy5vn98SByRMAPuqmdE8TyZ/gaWYMNOe1zpL wTXl0kFjZsLtaRB1Vtki8NKIoVYOI+YLX23V5059EU2YpOUZ5rA0pNr14rL3nYz0EK7b /B6HeBWQxwczp+rOeW+gcZ7pj94wmu92sc7qmX8jxeqZU5DBQ3Dq1JDIG3A0ykuzGjbi z8pQ== MIME-Version: 1.0 X-Received: by 10.42.30.132 with SMTP id v4mr12552850icc.34.1360373883492; Fri, 08 Feb 2013 17:38:03 -0800 (PST) Received: by 10.231.229.193 with HTTP; Fri, 8 Feb 2013 17:38:03 -0800 (PST) Date: Fri, 8 Feb 2013 17:38:03 -0800 Message-ID: Subject: Get on a row with multiple columns From: Varun Sharma To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf301d420e16593904d540ba82 X-Gm-Message-State: ALoCoQkr87HG0YY40Nwe5avw5i5rTCmwqXoKSD3qHl7fXa1WK+7za/Hi9i07X7PKopP4FTpOyEiK X-Virus-Checked: Checked by ClamAV on apache.org --20cf301d420e16593904d540ba82 Content-Type: text/plain; charset=ISO-8859-1 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 --20cf301d420e16593904d540ba82--