I have a table in hbase that definitely contains data:
scan "my_table", {LIMIT=>1}
000008d624784f434ea441eb930eb84e201511162015111624000024498 column=g:orig_ccy, timestamp=3688201677984955, value=XXX
However, after creating a view over the top of this table in phoenix, no rows were returned:
select * from "my_table";
No rows selected (4.033 seconds)
Using phoenix version 4.2 on HBASE 0.98.4 (old I know).