fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-02-24 00:54:57 +08:00
parent df2488431e
commit c4562b5d26
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ int32_t buildSubmitReqFromDataBlock(SSubmitReq2** pReq, const SSDataBlock* pData
bool alreadyAddGroupId(char* ctbName);
bool isAutoTableName(char* ctbName);
void buildCtbNameAddGruopId(char* ctbName, uint64_t groupId);
void buildCtbNameAddGroupId(char* ctbName, uint64_t groupId);
char* buildCtbNameByGroupId(const char* stbName, uint64_t groupId);
int32_t buildCtbNameByGroupIdImpl(const char* stbName, uint64_t groupId, char* pBuf);