You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Riju Trivedi (Jira)" <ji...@apache.org> on 2023/03/30 05:52:00 UTC

[jira] [Created] (HIVE-27195) Drop table if Exists . fails during authorization for temporary tables

Riju Trivedi created HIVE-27195:
-----------------------------------

             Summary: Drop table if Exists <database>.<tablename> fails during authorization for temporary tables
                 Key: HIVE-27195
                 URL: https://issues.apache.org/jira/browse/HIVE-27195
             Project: Hive
          Issue Type: Bug
            Reporter: Riju Trivedi
            Assignee: Riju Trivedi


https://issues.apache.org/jira/browse/HIVE-20051 handles skipping authorization for temporary tables. But still, the drop table if Exists fails with  HiveAccessControlException.

Steps to Repro:
{code:java}
use test; CREATE TEMPORARY TABLE temp_table (id int);
drop table if exists test.temp_table;
Error: Error while compiling statement: FAILED: HiveAccessControlException Permission denied: user [rtrivedi] does not have [DROP] privilege on [test/temp_table] (state=42000,code=40000) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)