Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
STEPS TO REPRODUCE:
Connect to hive beeline
Execute command 'show databases'
Execute command 'show schemas'
Execute command 'show tables'
CURRENT BEHAVIOUR:
Query information is present for 'show tables' command execution and not for 'show databases' or 'show schemas' command
EXPECTED BEHAVIOUR:
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.