From efbb6cb193fb758323d874c5a36bba1eb0366495 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Mon, 17 Jul 2023 13:50:19 +0800 Subject: [PATCH] fix: add debug line --- source/libs/executor/src/scanoperator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/executor/src/scanoperator.c b/source/libs/executor/src/scanoperator.c index ccb837f26a..42ca38897f 100644 --- a/source/libs/executor/src/scanoperator.c +++ b/source/libs/executor/src/scanoperator.c @@ -797,7 +797,7 @@ static int32_t createTableListInfoFromParam(SOperatorInfo* pOperator) { return TSDB_CODE_INVALID_PARA; } - qDebug("add total %d dynamic tables to scan", num); + qDebug("add total %d dynamic tables to scan, exist num:%d", num, taosArrayGetSize(pListInfo->pTableList)); pListInfo->oneTableForEachGroup = true;