[td-1373]
This commit is contained in:
parent
9b2a53cec2
commit
efc9c32edd
|
@ -4785,12 +4785,13 @@ static bool multiTableMultioutputHelper(SQInfo *pQInfo, int32_t index) {
|
||||||
if (elem1.vnode < 0) {
|
if (elem1.vnode < 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
|
tsBufSetCursor(pRuntimeEnv->pTSBuf, &pRuntimeEnv->cur);
|
||||||
tsBufSetCursor(pRuntimeEnv->pTSBuf, &pRuntimeEnv->cur);
|
|
||||||
STSCursor cur = tsBufGetCursor(pRuntimeEnv->pTSBuf);
|
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,
|
qDebug("QInfo:%p continue scan ts_comp file, tag:%s blockIndex:%d, tsIndex:%d", pQInfo, pRuntimeEnv->pCtx[0].tag.pz,
|
||||||
cur.blockIndex, cur.tsIndex);
|
cur.blockIndex, cur.tsIndex);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue