You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Adam Holley (JIRA)" <ji...@apache.org> on 2018/03/05 17:49:00 UTC

[jira] [Created] (IMPALA-6605) Exception hidden on complex type

Adam Holley created IMPALA-6605:
-----------------------------------

             Summary: Exception hidden on complex type
                 Key: IMPALA-6605
                 URL: https://issues.apache.org/jira/browse/IMPALA-6605
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Adam Holley


With this table:
 
create table default.t1 (
  id int,
  a array<struct<f1:int,f2:string>>
)
where user has column-level privileges only on 'a'
 
"select a.f1 from t1" should result in an exception "Illegal table reference to non-collection type t.a.f1.  Path resolved to type: INT."  However, the actual exception returned is "PrivilegeException on t1"
 
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)