hi:

 When my table is restored via hbase clone-snapshot,

1) sqlline.py console shows the proper number of records:  select count(*)
from my_table.
2) select my_column from my_table limit 1 works fine.

 However, select * from my_table limit 1; returns no row.

 Do I need to perform some extra operations?

 thanks

Reply via email to