Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C0AC11BCB for ; Fri, 23 May 2014 17:39:26 +0000 (UTC) Received: (qmail 53192 invoked by uid 500); 23 May 2014 17:39:26 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 53168 invoked by uid 500); 23 May 2014 17:39:26 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 53159 invoked by uid 99); 23 May 2014 17:39:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 17:39:26 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 23 May 2014 17:39:26 +0000 Received: (qmail 50078 invoked by uid 99); 23 May 2014 17:39:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 17:39:02 +0000 Date: Fri, 23 May 2014 17:39:02 +0000 (UTC) From: "Krystal (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-796) Selecting * from hbase/m7 tables filtered with row_key returns empty arrays MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007432#comment-14007432 ] Krystal commented on DRILL-796: ------------------------------- git.commit.id.abbrev=f948d71 Verified that bug is fixed. > Selecting * from hbase/m7 tables filtered with row_key returns empty arrays > --------------------------------------------------------------------------- > > Key: DRILL-796 > URL: https://issues.apache.org/jira/browse/DRILL-796 > Project: Apache Drill > Issue Type: Bug > Components: Storage - HBase > Affects Versions: 1.0.0-rc1 > Reporter: Krystal > Assignee: Aditya Kishore > Attachments: DRILL-796-Selecting-from-HBase-tables-filtered-with-.patch > > > git.commit.id.abbrev=5d7e3d3 > 0: jdbc:drill:schema=hbase> select * from voter where row_key=650; > +------------+------------+------------+------------+------------+ > | row_key | fourcf | onecf | threecf | twocf | > +------------+------------+------------+------------+------------+ > | [B@484265d9 | {} | {} | {} | {} | > +------------+------------+------------+------------+------------+ > The above table contains multiple regions. > I have another table that belongs only to 1 region and the same query returns non-empty arrays. > 0: jdbc:drill:schema=hbase> select * from student where row_key=650; > +------------+------------+------------+------------+------------+------------+ > | row_key | fivecf | fourcf | onecf | threecf | twocf | > +------------+------------+------------+------------+------------+------------+ > | [B@59aa724f | {"create_date":"MjAxNC0wMi0yMCAwMzoxMDoxOA=="} | {"studentnum":"OTQ1OTU5NTM4MTI5"} | {"name":"cHJpc2NpbGxhIGljaGFib2Q="} | {"gpa":"MS41"} | {"age":"MjI="} | > +------------+------------+------------+------------+------------+------------+ -- This message was sent by Atlassian JIRA (v6.2#6252)