You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sourabh Goyal (Jira)" <ji...@apache.org> on 2021/06/10 17:44:00 UTC

[jira] [Created] (IMPALA-10746) Create table fails after dropping same table from catalog HMS endpoint

Sourabh Goyal created IMPALA-10746:
--------------------------------------

             Summary: Create table fails after dropping same table from catalog HMS endpoint 
                 Key: IMPALA-10746
                 URL: https://issues.apache.org/jira/browse/IMPALA-10746
             Project: IMPALA
          Issue Type: Sub-task
          Components: Catalog
            Reporter: Sourabh Goyal


Consider the following sequence of operation on the same table:
 # User drops it via catalog HMS api like drop_table
 # User creates a table with same name

Currently #2 fails with table already exists error. This is because the table is not dropped from catalog cache after step 1. 



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