You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/15 00:41:00 UTC

[jira] [Work logged] (HIVE-24166) use uppercase database name cause alias error

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

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

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


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 511815)
    Time Spent: 20m  (was: 10m)

> 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: 20m
>  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)