[td-1373]

This commit is contained in:
Haojun Liao 2020-10-23 23:41:24 +08:00
parent 9b2a53cec2
commit efc9c32edd
1 changed files with 4 additions and 3 deletions

View File

@ -4785,12 +4785,13 @@ static bool multiTableMultioutputHelper(SQInfo *pQInfo, int32_t index) {
if (elem1.vnode < 0) {
return false;
}
}
tsBufSetCursor(pRuntimeEnv->pTSBuf, &pRuntimeEnv->cur);
} else {
tsBufSetCursor(pRuntimeEnv->pTSBuf, &pRuntimeEnv->cur);
STSCursor cur = tsBufGetCursor(pRuntimeEnv->pTSBuf);
qDebug("QInfo:%p continue scan ts_comp file, tag:%s blockIndex:%d, tsIndex:%d", pQInfo, pRuntimeEnv->pCtx[0].tag.pz,
cur.blockIndex, cur.tsIndex);
}
}
}