yiguolei commented on code in PR #51173:
URL: https://github.com/apache/doris/pull/51173#discussion_r2105662929


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/SchemaTable.java:
##########
@@ -621,6 +621,13 @@ public class SchemaTable extends Table {
                                     .column("IS_ABNORMAL_PAUSE", 
ScalarType.createType(PrimitiveType.BOOLEAN))
                                     .build())
             )
+            .put("metrics",
+                    new SchemaTable(SystemIdGenerator.getNextId(), "metrics", 
TableType.SCHEMA,

Review Comment:
   我觉得你可以直接模拟现在http接口现在这套逻辑,看看返回值,只是过去http都是返回成了json,而一些数值类型,我们继续用数值类型而已。



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to