-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74861/
-----------------------------------------------------------
Review request for ranger, Brijesh Bhalala, Dhaval Rajpara, Madhan Neethiraj,
Mehul Parikh, Mugdha Varadkar, and Ramesh Mani.
Bugs: RANGER-4688
https://issues.apache.org/jira/browse/RANGER-4688
Repository: ranger
Description
-------
Query information is present for 'show tables' command execution and not for
'show databases' or 'show schemas' command
Query information should be present for 'show databases' and 'show schemas'
commands.
Similarly, query information is missing for commands like show roles, grant
role commands.
Diffs
-----
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogs.jsx
8e12ec654
Diff: https://reviews.apache.org/r/74861/diff/1/
Testing
-------
Applied the patch on a cluster, and tested the following scenarios :-
1. Ensured that the query information is displayed for show roles command
2. Ensured that the query information is displayed for show databases command
3. Ensured that the query information is displayed for "grant role to user
{username};" command
4. Ensured that the query information is displayed for "show schemas;" command
Thanks,
Abhishek Patil