[
https://issues.apache.org/jira/browse/HIVE-24193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajkumar Singh updated HIVE-24193:
----------------------------------
Description:
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
was: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
> 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
>
> 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)