Building async local index by IndexTool generate wrong data
Opened this issue · 2 comments
1032851561 commented
Issues description : https://issues.apache.org/jira/browse/PHOENIX-3555
ar996 commented
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 .
1032851561 commented
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.