From 3a0f09e0b19a949dd5ae4690ddb5aefebbfdb4e4 Mon Sep 17 00:00:00 2001 From: xywang Date: Wed, 30 Mar 2022 16:01:51 +0800 Subject: [PATCH] [TS-1318]: fixed a compilation error --- 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 0e57b72347..8630a49ae6 100644 --- a/src/client/src/tscSubquery.c +++ b/src/client/src/tscSubquery.c @@ -1222,7 +1222,7 @@ static int32_t getIntersectionOfTableTuple(SQueryInfo* pQueryInfo, SSqlObj* pPar taosArrayPush(resList, &ctxlist[i].res); - tscDebug("0x%"PRIx64" tags match complete, result num: %"PRId64, pParentSql->self, num); + tscDebug("0x%"PRIx64 tags match complete, result num: %d, pParentSql->self, num); } return TSDB_CODE_SUCCESS; -- GitLab