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

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

Gopal Vijayaraghavan created HIVE-22834:
-------------------------------------------

             Summary: 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


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)