enh: remove hb and response query immediately

This commit is contained in:
dapan1121 2022-09-02 18:25:28 +08:00
parent 0ad85dc0e5
commit 47717df036
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ int32_t qwGetQueryResFromSink(QW_FPARAMS_DEF, SQWTaskCtx *ctx, int32_t *dataLen,
int32_t code = 0;
SOutputData output = {0};
if (NULL == ctx->sinkHandle) {
return TSDB_CODE_SUCCESS;
}
*dataLen = 0;
while (true) {