From c576d1fa913dd1e6044e28afdc8a79ef8d15bc1c Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Fri, 3 Feb 2023 14:54:25 +0800 Subject: [PATCH] fix:error for subscribe stable --- source/dnode/vnode/src/tq/tqExec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }