From 8db0315341307357536661086fa985c17f7ba0e8 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Wed, 25 May 2022 22:35:24 +0800 Subject: [PATCH] feat: add tag condition --- source/libs/executor/src/executorimpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/executor/src/executorimpl.c b/source/libs/executor/src/executorimpl.c index 1e7f737ab4..1683ab6eb4 100644 --- a/source/libs/executor/src/executorimpl.c +++ b/source/libs/executor/src/executorimpl.c @@ -4899,7 +4899,6 @@ int32_t doCreateTableGroup(void* metaHandle, int32_t tableType, uint64_t tableUi if (tableType == TSDB_SUPER_TABLE) { SArray* res = taosArrayInit(8, sizeof(STableKeyInfo)); - int32_t ret = ; if(pTagCond){ code = doFilterTag(pTagCond, res); }else{