This commit is contained in:
54liuyao 2024-07-15 14:24:09 +08:00
parent 2062e6f9e9
commit 503822a9c5
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ void initIntervalDownStream(SOperatorInfo* downstream, uint16_t type, SStreamInt
int32_t code = pAPI->updateInfoInitP(&pInfo->interval, pInfo->twAggSup.waterMark, pScanInfo->igCheckUpdate,
pScanInfo->pkColType, pScanInfo->pkColLen, &pScanInfo->pUpdateInfo);
if (code != TSDB_CODE_SUCCESS) {
qError("%s failed at since %s", __func__, __LINE__, tstrerror(code));
qError("%s failed at %d since %s", __func__, __LINE__, tstrerror(code));
}
}