提交 94c42b92 编写于 作者: S slzhou

fix: table scan operator change time windows index when reset read handle

上级 8a3ed09e
......@@ -702,6 +702,7 @@ static bool prepareDataScan(SStreamBlockScanInfo* pInfo) {
}
STableScanInfo* pTableScanInfo = pInfo->pOperatorDumy->info;
pTableScanInfo->cond.twindows[0] = win;
pTableScanInfo->curTWinIdx = 0;
tsdbResetReadHandle(pTableScanInfo->dataReader, &pTableScanInfo->cond, 0);
pTableScanInfo->scanTimes = 0;
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册