dataroaring commented on code in PR #2932: URL: https://github.com/apache/doris-website/pull/2932#discussion_r2391048586
########## docs/admin-manual/system-tables/information_schema/processlist.md: ########## @@ -32,4 +32,4 @@ View All Current Connections | QUERY_ID | varchar(256) | ID of the last query | | INFO | varchar(65533) | Query statement of the last query | | FE | varchar(64) | Connected Front-End (FE) | -| CLOUD_CLUSTER | varchar(64) | Name of the Cloud Cluster being used | \ No newline at end of file +| COMPUTE_GROUP | varchar(64) | Name of the Cloud Cluster being used | Review Comment: ```suggestion | COMPUTE_GROUP | varchar(64) | Name of the Compute Group being used | ``` -- 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]
