fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-09-20 21:58:07 +08:00
parent c84598d9c3
commit ece81177fa
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ int32_t streamSearchAndAddBlock(SStreamTask* pTask, SStreamDispatchReq* pReqs, S
int32_t code = buildCtbNameByGroupIdImpl(pTask->outputInfo.shuffleDispatcher.stbFullName, groupId,
pDataBlock->info.parTbName);
if (code) {
stError("s-task:%s failed to build child table name:%s for group:%" PRId64 ", code:%s", pTask->id.idStr,
stError("s-task:%s failed to build child table name for group:%" PRId64 ", code:%s", pTask->id.idStr,
groupId, tstrerror(code));
}
}