[
https://issues.apache.org/jira/browse/PHOENIX-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
felix updated PHOENIX-3389:
---------------------------
Description: The sql [ select col as "dimCode" from dual ] can get correct
metadata of resultset, but when having subquery like [ select col as "dimCode"
from (select * from dual) t ] get the upper column name "DIMCODE",not
"dimCode". (was: The sql [ select col as "dimCode" from dual ] can get correct
metadata of resultset, but when having subquery like [ select col as "dimCode"
from (select * from dual) t ] get the upper column name "DIMCODE",not
"dimCode"。)
> column label error when sql having subquery
> -------------------------------------------
>
> Key: PHOENIX-3389
> URL: https://issues.apache.org/jira/browse/PHOENIX-3389
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.8.1
> Reporter: felix
>
> The sql [ select col as "dimCode" from dual ] can get correct metadata of
> resultset, but when having subquery like [ select col as "dimCode" from
> (select * from dual) t ] get the upper column name "DIMCODE",not "dimCode".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)