morningman commented on code in PR #60211:
URL: https://github.com/apache/doris/pull/60211#discussion_r2726349334
##########
fe/fe-core/src/main/java/org/apache/doris/tablefunction/FrontendsTableValuedFunction.java:
##########
@@ -62,7 +62,9 @@ public class FrontendsTableValuedFunction extends
MetadataTableValuedFunction {
new Column("IsHelper", ScalarType.createStringType()),
new Column("ErrMsg", ScalarType.createStringType()),
new Column("Version", ScalarType.createStringType()),
- new Column("CurrentConnected", ScalarType.createStringType()));
+ new Column("CurrentConnected", ScalarType.createStringType()),
+ new Column("LiveSince", ScalarType.createStringType())
Review Comment:
I think we should directly use `FrontendsProcNode.TITLE_NAMES` to create
this `SCHEMA`, so that we will not miss any in future.
--
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]