make jenkins happy

This commit is contained in:
Liu Jicong 2022-01-18 16:34:09 +08:00
parent 623acecafd
commit 66f610f8df
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ typedef struct SMqConsumerEp {
typedef struct SMqCgroupTopicPair {
char key[TSDB_CONSUMER_GROUP_LEN + TSDB_TOPIC_FNAME_LEN];
SArray* assigned;
SArray* assigned; // SArray<SMqConsumerEp>
SArray* unassignedConsumer;
SArray* unassignedVg;
} SMqCgroupTopicPair;