Sergey Soldatov created PHOENIX-2893:
----------------------------------------
Summary: Wildcards doesn't work correctly when pk column name
match one of others
Key: PHOENIX-2893
URL: https://issues.apache.org/jira/browse/PHOENIX-2893
Project: Phoenix
Issue Type: Bug
Reporter: Sergey Soldatov
A simple test case:
{noformat}
create table test (id integer primary key, x.id integer);
upsert into test values(1,2);
select * from test;
{noformat}
Expected result is 1,2
Real result is 1,1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)