okumin commented on code in PR #75:
URL: https://github.com/apache/hive-site/pull/75#discussion_r2522106561


##########
content/docs/latest/language/languagemanual-commands.md:
##########
@@ -39,12 +39,12 @@ Sample Usage:
 ```
 ```
   hive> show processlist;
-+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+--------------------------+-------------------+---------------+
-| User Name  |  Ip Addr   | Execution Engine  |              Session Id        
       | Session Active Time  | Session Idle Time  |                      Query 
ID    |  State   |   Opened Timestamp | Elapsed Time  |  Runtime  |
-+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+--------------------------+-------------------+---------------+
-| hive       | 127.0.0.1  | tez               | 
6a8a476b-e1be-4711-b012-5b3b53a4b835  | 722                      | 2            
          | rtrivedi_20241205154341_67a6c539-d8c5-4560-a04b-144f24f405c4 | 
RUNNING  | 2024-12-05 15:43:41.753  | 2                 | Not finished  |
-| hive       | 127.0.0.1  | tez               | 
94e4670b-0cb6-4b10-8343-ac5d0d8d3ab6  | 54                       | 1            
          | rtrivedi_20241205154342_8a73c7c5-4152-4848-b528-4e7708c964ef | 
RUNNING  | 2024-12-05 15:43:42.985  | 1                 | Not finished  |
-+------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+--------------------------+-------------------+---------------+
++------------+------------+-------------------+---------------------------------------+--------------------------+------------------------+----------------------------------------------------+----------+---------+--------------------------+-------------------+---------------+
+| User Name  |  Ip Addr   | Execution Engine  |              Session Id        
       | Session Active Time (s)  | Session Idle Time (s)  |                    
  Query ID                      |  State   | Txn ID  |   Opened Timestamp (s)   
| Elapsed Time (s)  |  Runtime (s)  |

Review Comment:
   Seems consistent also with my local attempt
   https://github.com/apache/hive/pull/6141#issuecomment-3501356913



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to