sql - Drill on Hbase: issue with SELECT * -


i created test table in hbase 2 column families , 3 columns each, same value, 100,000 rows in total.

select count(*) not return correct row count (much less). however, doing select on subset of columns gives right count.

if reduced column number 2 in case, select count(*) gives right count.

later tried tables 1 column family, drill returns right count when column number smaller 6.

what possible reason of this? have missed drill configurations?


Comments