From 9b387049ccae7d4c340c4be9188a645cd8aff961 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 20 Jan 2021 01:45:35 +0000 Subject: [PATCH] fix compile error on windows --- src/query/src/qExecutor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index a6b29c7c93..2ccf012bf1 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -4443,7 +4443,7 @@ static void generateBlockDistResult(STableBlockDist *pTableBlockDist) { totalRows, totalBlocks, pTableBlockDist->firstSeekTimeUs, pTableBlockDist->numOfRowsInMemTable); - UNUSE(sz); + UNUSED(sz); return; } void skipBlocks(SQueryRuntimeEnv *pRuntimeEnv) { -- GitLab