[ https://issues.apache.org/jira/browse/HIVE-7317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055186#comment-14055186 ]
Thejas M Nair commented on HIVE-7317: ------------------------------------- +1 Verified that this patch fixes the issue. Thanks for the fix Navis! > authorization_explain.q fails when run in sequence > -------------------------------------------------- > > Key: HIVE-7317 > URL: https://issues.apache.org/jira/browse/HIVE-7317 > Project: Hive > Issue Type: Bug > Components: Authorization, Tests > Reporter: Thejas M Nair > Assignee: Navis > Attachments: HIVE-7317.1.patch.txt > > > NO PRECOMMIT TESTS > The test seems to be picking up some state changed by another test , as it > fails only when run in sequence. (cd itests; mvn install test > -Dtest=TestCliDriver -Dqfile_regex=.*authorization.* -Phadoop-2 > -Dtest.output.overwrite=true) > The diff - > {code} > --- a/ql/src/test/results/clientpositive/authorization_explain.q.out > +++ b/ql/src/test/results/clientpositive/authorization_explain.q.out > @@ -16,9 +16,6 @@ CURRENT_USER: > hive_test_user > OPERATION: > QUERY > -AUTHORIZATION_FAILURES: > - No privilege 'Select' found for inputs { database:default, table:srcpart, > columnName:key} > - No privilege 'Select' found for inputs { database:default, table:src, > columnName:key} > Warning: Shuffle Join JOIN[4][tables = [src, srcpart]] in Stage > 'Stage-1:MAPRED' is a cross product > PREHOOK: query: explain formatted authorization select * from src join > srcpart > PREHOOK: type: QUERY > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)