diff --git a/source/dnode/vnode/src/tq/tqExec.c b/source/dnode/vnode/src/tq/tqExec.c index ae9b7fdcf3..0a18b7bd11 100644 --- a/source/dnode/vnode/src/tq/tqExec.c +++ b/source/dnode/vnode/src/tq/tqExec.c @@ -364,9 +364,9 @@ int32_t tqTaosxScanLog(STQ* pTq, STqHandle* pHandle, SPackedData submit, STaosxR } } - if (pRsp->blockNum == 0) { - return -1; - } +// if (pRsp->blockNum == 0) { +// return -1; +// } return 0; }