dataroaring commented on code in PR #2932: URL: https://github.com/apache/doris-website/pull/2932#discussion_r2391046660
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/information_schema/processlist.md: ########## @@ -32,4 +32,4 @@ | QUERY_ID | varchar(256) | 最后一次查询的 ID | | INFO | varchar(65533) | 最后一次查询的查询语句 | | FE | varchar(64) | 连接的 FE | -| CLOUD_CLUSTER | varchar(64) | 使用的 Cloud Cluster 名字 | \ No newline at end of file +| COMPUTE_GROUP | varchar(64) | 使用的 Cloud Cluster 名字 | Review Comment: ```suggestion | COMPUTE_GROUP | varchar(64) | 使用的 Compute Group 名字 | ``` -- 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]
