I have 2 hive table,first table is hive on hbase,second table is a hive table, I insert second table from first table(hive on hbase),but when I run:
select count(*) from table
I got different row number,but when I run:
select * from table
they have same number data, I am so confused about that.