yiguolei commented on code in PR #51587:
URL: https://github.com/apache/doris/pull/51587#discussion_r2176223948
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/SchemaTable.java:
##########
@@ -645,6 +645,27 @@ public class SchemaTable extends Table {
.column("IS_ABNORMAL_PAUSE",
ScalarType.createType(PrimitiveType.BOOLEAN))
.build())
)
+ .put("backend_active_tasks_history",
+ new SchemaTable(SystemIdGenerator.getNextId(),
"backend_active_tasks_history", TableType.SCHEMA,
+ builder().column("TIME_SLICE",
ScalarType.createType(PrimitiveType.DATETIMEV2))
Review Comment:
time slice 是什么含义?
--
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]