未验证 提交 617f9b70 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #18301 from taosdata/fix/TS-2131

fix:TS-2131 disable return error if lastkey is old than keep
......@@ -627,7 +627,7 @@ static int32_t lazyLoadCacheLast(STsdbQueryHandle* pQueryHandle) {
if (!pQueryHandle->pTableCheckInfo) {
tsdbError("%p table check info is NULL", pQueryHandle);
terrno = TSDB_CODE_QRY_APP_ERROR;
// terrno = TSDB_CODE_QRY_APP_ERROR;
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册