You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Sergey Soldatov (JIRA)" <ji...@apache.org> on 2016/05/12 08:44:12 UTC

[jira] [Created] (PHOENIX-2893) Wildcards doesn't work correctly when pk column name match one of others

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)