From 457a701015d647bf966ce12d803d2998f1f25ae9 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Tue, 30 Jun 2020 15:25:16 +0800 Subject: [PATCH] [td-808] --- src/cq/src/cqMain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cq/src/cqMain.c b/src/cq/src/cqMain.c index 769dfea774..098d69fcb2 100644 --- a/src/cq/src/cqMain.c +++ b/src/cq/src/cqMain.c @@ -283,7 +283,8 @@ static void cqProcessStreamRes(void *param, TAOS_RES *tres, TAOS_ROW row) { } tdAppendColVal(trow, val, c->type, c->bytes, c->offset); } - pBlk->len = htonl(dataRowLen(trow)); + pBlk->dataLen = htonl(dataRowLen(trow)); + pBlk->schemaLen = 0; pBlk->uid = htobe64(pObj->uid); pBlk->tid = htonl(pObj->tid); -- GitLab