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)

Reply via email to