[
https://issues.apache.org/jira/browse/HIVE-14158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365313#comment-15365313
]
Pengcheng Xiong commented on HIVE-14158:
----------------------------------------
[~ashutoshc], the issue is that, there is inconsistency for views when there is
constant. For example
{code}
create view v as select key, 12 from src
{code}
will give you a schema of {key, _c1}. But extended text for this is
{code}
select src.key, 12 from default.src
{code}
As you can see, we can not
{code}
select `_c1` from src;
{code}
as a result.
> deal with derived column names
> ------------------------------
>
> Key: HIVE-14158
> URL: https://issues.apache.org/jira/browse/HIVE-14158
> Project: Hive
> Issue Type: Sub-task
> Components: Security
> Reporter: Pengcheng Xiong
> Assignee: Pengcheng Xiong
> Fix For: 2.1.0
>
> Attachments: HIVE-14158.01.patch, HIVE-14158.02.patch,
> HIVE-14158.03.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)