Vihang Karajgaonkar created SENTRY-1320:
-------------------------------------------
Summary: truncate table db_name.table_name fails
Key: SENTRY-1320
URL: https://issues.apache.org/jira/browse/SENTRY-1320
Project: Sentry
Issue Type: Bug
Reporter: Vihang Karajgaonkar
Priority: Minor
On a cluster with Sentry enabled using Kerberos (MIT)
Steps to reproduce:
create database temp;
use temp;
create table a(b int);
use default;
truncate table temp.a;
Error: Error while compiling statement: FAILED: IllegalArgumentException null
(state=42000,code=40000)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)