[ 
https://issues.apache.org/jira/browse/PHOENIX-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabriel Reid resolved PHOENIX-472.
----------------------------------

    Resolution: Fixed

Bulk resolve of closed issues imported from GitHub. This status was reached by 
first re-opening all closed imported issues and then resolving them in bulk.

> Unable to retrieve values of all columns for first column family
> ----------------------------------------------------------------
>
>                 Key: PHOENIX-472
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-472
>             Project: Phoenix
>          Issue Type: Task
>            Reporter: njain15
>              Labels: bug
>
> I am testing following sql script with phoenix
> CREATE TABLE TESTTABLE (Id VARCHAR NOT NULL PRIMARY KEY, COLFAM1.A VARCHAR, 
> COLFAM1.B VARCHAR, COLFAM2.A VARCHAR );
> UPSERT INTO TESTTABLE (Id, COLFAM1.A, COLFAM1.B, COLFAM2.A) values ('row-2', 
> '100', '200', '300');
> SELECT COLFAM1.* FROM TESTTABLE;
> which returns following output
> A          B         
> null     null    
> If I specify the column names explicitly, then it works fine.
> SELECT COLFAM1.* FROM TESTTABLE;
> returns following
> A         
> 100       
> HBase version is 0.94.9. Tried both phoenix-1.2.1 and build from latest trunk.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to