Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)