You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Vihang Karajgaonkar (Jira)" <ji...@apache.org> on 2020/06/30 17:52:00 UTC

[jira] [Created] (IMPALA-9913) Use table id to detect uniqueness of table for drop table event

Vihang Karajgaonkar created IMPALA-9913:
-------------------------------------------

             Summary: Use table id to detect uniqueness of table for drop table event
                 Key: IMPALA-9913
                 URL: https://issues.apache.org/jira/browse/IMPALA-9913
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Vihang Karajgaonkar
            Assignee: Vihang Karajgaonkar


When a DROP_TABLE event is received by the EventsProcessor, it needs to make a determination of whether the table in the cache is same as the table in the event. Without a unique id from the HMS it uses {{createTime}} field of the HMS table object to determine if the table matches with the table in the event.

Since then HMS API was enhanced to include an {{id}} field which is guaranteed to unique accross all the tables (even the past deleted tables). Instead of the using createTime we should use id field to do the matching.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org