[
https://issues.apache.org/jira/browse/SENTRY-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323611#comment-15323611
]
Hadoop QA commented on SENTRY-1320:
-----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12809302/SENTRY-1320.01.patch
against master.
{color:green}Overall:{color} +1 all checks pass
{color:green}SUCCESS:{color} all tests passed
Console output:
https://builds.apache.org/job/PreCommit-SENTRY-Build/1686/console
This message is automatically generated.
> 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)