Hi, Im trying to filter a Hbase table where column names are like foo_1 foo_2 foo_3..
A sql equalent query will be like "Select * from tablename where colunm name like 'foo_%' and value ='value'" The difficulty is that Im not able to do a filter for both column and value together.
