Fang-Yu Rao created IMPALA-11788:
------------------------------------
Summary: IMPALA-10986 seems to break test_show_grant_hive_privilege
Key: IMPALA-11788
URL: https://issues.apache.org/jira/browse/IMPALA-11788
Project: IMPALA
Issue Type: Bug
Reporter: Fang-Yu Rao
Assignee: Fang-Yu Rao
We found that the recently merged IMPALA-10986 (Require the SELECT privilege to
execute a UDF) seems to break test_show_grant_hive_privilege with the following
error message and stack trace.
Error message.
{code}
assert 'lock' in [] + where [] = <function _get_ranger_privileges_db at
0x7f8383434cf8>('jenkins', 'test_show_grant_hive_privilege_c23b8f31_db') +
where <function _get_ranger_privileges_db at 0x7f8383434cf8> =
TestRanger._get_ranger_privileges_db
{code}
Stack trace.
{code}
authorization/test_ranger.py:764: in test_show_grant_hive_privilege
assert "lock" in TestRanger._get_ranger_privileges_db(user, unique_db)
E assert 'lock' in []
E + where [] = <function _get_ranger_privileges_db at
0x7f8383434cf8>('jenkins', 'test_show_grant_hive_privilege_c23b8f31_db')
E + where <function _get_ranger_privileges_db at 0x7f8383434cf8> =
TestRanger._get_ranger_privileges_db
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)