You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Ki Kang (JIRA)" <ji...@apache.org> on 2016/03/15 18:15:33 UTC

[jira] [Commented] (DRILL-4271) Drill query does not return all results from HBase when the Hbase contains more than 6 columns

    [ https://issues.apache.org/jira/browse/DRILL-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15195691#comment-15195691 ] 

Ki Kang commented on DRILL-4271:
--------------------------------

We are experiencing a new issue that might be related.
We have a HBase table that has 3 Column Qualifiers in 1 Column Family.  If we query any 2 of 3 Column Qualifier, the query returns correctly; however, if we query all 3 of the Column Qualifiers, then we do not get all the rows back.

Does this sound like it is the same issue?

> Drill query does not return all results from HBase when the Hbase contains more than 6 columns
> ----------------------------------------------------------------------------------------------
>
>                 Key: DRILL-4271
>                 URL: https://issues.apache.org/jira/browse/DRILL-4271
>             Project: Apache Drill
>          Issue Type: Bug
>         Environment: Drill 1.4, HBase 1.0.0, CDH 5.4
>            Reporter: Kumiko Yada
>            Assignee: Aditya Kishore
>            Priority: Critical
>         Attachments: Correct.drill, Incorrect.drill, Table2.png, table1.png, table3.png, table4.png
>
>
> Hbase `test1` contains 1 column family & 5 columns, 10000000 rows
> Hbase `test2` contains 1 column family & 6 columns, 10000000 rows
> Query: select count ( * ) from `hbase`.`test1`
> Result:  10000000 rows
> Query: select count ( * ) from `hbase`.`test2`
> Result:  6724 rows
> Note:
> Correct row count returned with the hbase table with 1 column family 5 or less columns



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)