[fix](tvf) fix 'frontends()' inconsistent with return 'show proc /fro… (#25885)

This commit is contained in:
deardeng
2023-10-26 09:47:58 +08:00
committed by GitHub
parent 4434b3f32e
commit a079ba763c
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ public class FrontendsTableValuedFunction extends MetadataTableValuedFunction {
new Column("Join", ScalarType.createStringType()),
new Column("Alive", ScalarType.createStringType()),
new Column("ReplayedJournalId", ScalarType.createStringType()),
new Column("LastStartTime", ScalarType.createStringType()),
new Column("LastHeartbeat", ScalarType.createStringType()),
new Column("IsHelper", ScalarType.createStringType()),
new Column("ErrMsg", ScalarType.createStringType()),