[
https://issues.apache.org/jira/browse/HIVE-24166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196057#comment-17196057
]
zhaolong commented on HIVE-24166:
---------------------------------
reproduce:
# create database ROMA_T1;
# use ROMA_T1;
#
create table testwith(id int);
#
with testwith as (select id as id1 from ROMA_T1.testwith) select id1 from
testwith; !image-2020-09-15-19-04-18-330.png!
> use uppercase database name cause alias error
> ---------------------------------------------
>
> Key: HIVE-24166
> URL: https://issues.apache.org/jira/browse/HIVE-24166
> Project: Hive
> Issue Type: Bug
> Affects Versions: 4.0.0
> Reporter: zhaolong
> Assignee: zhaolong
> Priority: Major
> Attachments: image-2020-09-15-19-04-18-330.png
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)