[
https://issues.apache.org/jira/browse/SENTRY-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vihang Karajgaonkar updated SENTRY-1320:
----------------------------------------
Attachment: SENTRY-1320.01.patch
> 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
> Assignee: Vihang Karajgaonkar
> Priority: Minor
> Attachments: SENTRY-1320.01.patch
>
>
> 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)