Fixed in 2.2.3 branch of Apache git repo as well now.
On Sun, Feb 2, 2014 at 3:11 PM, James Taylor <[email protected]> wrote: > Thanks for reporting this, Bruno. It's a bug for salted tables. I've filed > this issue: https://issues.apache.org/jira/browse/PHOENIX-20 and > checked-in a fix in the master branch of our Apache git repo. Will backport > it to the 2.2.3 branch of our Apache git repo as well. > > James > > > > On Sat, Feb 1, 2014 at 11:58 PM, Bruno Dumon <[email protected]>wrote: > >> 2014-02-02 Bruno Dumon <[email protected]>: >> >>> [snip] >>> select * from customer_dna where ID = 1 >>> >> >> sorry, small editing error: the table name is really customer: >> >> select * from customer where ID = 1 >> >> >
