提交 ff01a0d2 编写于 作者: H Haojun Liao

fix(query): remove todo

上级 884f9dfe
......@@ -504,6 +504,8 @@ bool tLDataIterNextRow(SLDataIter *pIter, const char *idStr) {
if (pBlockData == NULL) {
goto _exit;
}
// set start row index
pIter->iRow = pIter->backward? pBlockData->nRow-1:0;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册