phoenix-for-cloudera
phoenix-for-cloudera copied to clipboard
Building async local index by IndexTool generate wrong data
Issues description : https://issues.apache.org/jira/browse/PHOENIX-3555
I got the same problem . after i create an async index on a table, for example , the sql ,"select count(*) from ta where somecondition" ,always return wrong results. when i drop the index, the results become right .
Because the rowkey of index is wrong(reference above link).Until now, i can't resolve the problem,you should change the datatype of pk and try again.