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/10/05 08:03:00 UTC

[jira] [Work logged] (HIVE-24193) Select query on renamed hive acid table does not produce any output

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

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

                Author: ASF GitHub Bot
            Created on: 05/Oct/20 08:02
            Start Date: 05/Oct/20 08:02
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk merged pull request #1520:
URL: https://github.com/apache/hive/pull/1520


   


----------------------------------------------------------------
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: 495207)
    Remaining Estimate: 0h
            Time Spent: 10m

> Select query on renamed hive acid table does not produce any output
> -------------------------------------------------------------------
>
>                 Key: HIVE-24193
>                 URL: https://issues.apache.org/jira/browse/HIVE-24193
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 3.1.2
>            Reporter: Rajkumar Singh
>            Assignee: Rajkumar Singh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> During onRename, HMS update COMPLETED_TXN_COMPONENTS which fail with CTC_DATABASE column does not exist, upon investigation I found that enclosing quotes are missing for columns thats db query fail with this exception
> Steps to repro:
> 1. create table test(id int);
> 2. insert into table test values(1);
> 3. alter table test rename to test1;
> 3. select * from test1 produce no output



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