You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Prasad Nagaraj Subramanya (JIRA)" <ji...@apache.org> on 2017/08/05 00:01:24 UTC

[jira] [Created] (DRILL-5706) Select * on hbase table having multiple regions(one or more empty) returns wrong result intermittently

Prasad Nagaraj Subramanya created DRILL-5706:
------------------------------------------------

             Summary: Select * on hbase table having multiple regions(one or more empty) returns wrong result intermittently
                 Key: DRILL-5706
                 URL: https://issues.apache.org/jira/browse/DRILL-5706
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - HBase
    Affects Versions: 1.11.0
            Reporter: Prasad Nagaraj Subramanya


1) Create a hbase table with 4 regions
{code}
create 'myhbase', 'cf1', {SPLITS => ['a', 'b', 'c']}
put 'myhbase','a','cf1:col1','somedata'
put 'myhbase','b','cf1:col1','somedata'
put 'myhbase','c','cf1:col1','somedata'
{code}

2) Run select * on the hbase table
{code}
select * from hbase.myhbase;
{code}
The query returns wrong result intermittently



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)