[ https://issues.apache.org/jira/browse/SENTRY-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14716064#comment-14716064 ]
Hadoop QA commented on SENTRY-746: ---------------------------------- Here are the results of testing the latest attachment https://issues.apache.org/jira/secure/attachment/12752645/SENTRY-746.002.patch against master. {color:red}Overall:{color} -1 due to an error {color:red}ERROR:{color} mvn test exited 1 Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/818/console This message is automatically generated. > After revoke select from view, select fails with a confusing error message > -------------------------------------------------------------------------- > > Key: SENTRY-746 > URL: https://issues.apache.org/jira/browse/SENTRY-746 > Project: Sentry > Issue Type: Bug > Components: Core > Affects Versions: 1.5.0 > Reporter: Anne Yu > Assignee: Colin Ma > Attachments: SENTRY-746.001.patch, SENTRY-746.002.patch > > > This is an error message issue. If user is revoked select privilege from a > view, the failure reason seems confusing. > {code} > 2015-05-26 22:20:56,748 (pool-16-thread-3) [INFO - > org.apache.sentry.tests.e2e.minisentry.InternalSentrySrv$SentryThriftEvenHandler.deleteContext(InternalSentrySrv.java:83)] > Client Disonnected: 47 > FAILED: SemanticException No valid privileges > Required privileges for this query: > Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=insert;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=select;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=alter;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=create;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=drop;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=index;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=lock; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)