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

[jira] [Assigned] (HIVE-22834) Consistency: Expose unique table-identifiers in org.apache.hadoop.hive.ql.metadata.Table

     [ https://issues.apache.org/jira/browse/HIVE-22834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gopal Vijayaraghavan reassigned HIVE-22834:
-------------------------------------------

    Assignee: Gopal Vijayaraghavan

> Consistency: Expose unique table-identifiers in org.apache.hadoop.hive.ql.metadata.Table
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-22834
>                 URL: https://issues.apache.org/jira/browse/HIVE-22834
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gopal Vijayaraghavan
>            Assignee: Gopal Vijayaraghavan
>            Priority: Major
>
> Distinguish between the two tables in 
> {code}
> create table foo as select 1 as x;
> drop table foo;
> create table foo as select 2 as x;
> {code}
> in caching subsystems.



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