From c8cc4168d22ea65d9088f5fb7f13e1fe8875c74d Mon Sep 17 00:00:00 2001 From: dapan1121 <89396746@qq.com> Date: Tue, 5 Jan 2021 18:26:32 +0800 Subject: [PATCH] fix bug --- src/client/src/tscSubquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscSubquery.c b/src/client/src/tscSubquery.c index 1512b03609..2c141a9968 100644 --- a/src/client/src/tscSubquery.c +++ b/src/client/src/tscSubquery.c @@ -46,7 +46,7 @@ static int32_t tsCompare(int32_t order, int64_t left, int64_t right) { static void tscCheckpSql2(SSqlObj* pSql, SSqlObj* parent) { - assert(parent->metaSubPtr == pSql && parent->self == pSql->parentRid && parent->metaSubRid == pSql->self); + assert(parent->self == pSql->parentRid); } static void skipRemainValue(STSBuf* pTSBuf, tVariant* tag1) { -- GitLab