[ 
https://issues.apache.org/jira/browse/HIVE-24166?focusedWorklogId=515185&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-515185
 ]

ASF GitHub Bot logged work on HIVE-24166:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Nov/20 00:44
            Start Date: 22/Nov/20 00:44
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] closed pull request #1499:
URL: https://github.com/apache/hive/pull/1499


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 515185)
    Time Spent: 0.5h  (was: 20m)

> 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
>              Labels: pull-request-available
>         Attachments: 0001-fix-HIVE-24166.patch, 
> image-2020-09-15-19-04-18-330.png
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> if use database name is uppercase, with as table as subquery may cause alias 
> error.
> 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;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to