From ad5580b45f499ffb386e0748a840f274b35e5396 Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Wed, 29 Dec 2021 09:09:32 +0800 Subject: [PATCH] (connector,query,insert,other,tools,taosAdapter):trigger full ci build --- 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 7e19dc9eac..9ea0c07f68 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -1432,7 +1432,7 @@ static void doWindowBorderInterpolation(SOperatorInfo* pOperatorInfo, SSDataBloc int32_t step = GET_FORWARD_DIRECTION_FACTOR(pQueryAttr->order.order); if (pBlock->pDataBlock == NULL){ - qError("pBlock->pDataBlock == NULL"); + qError("window border interpolation: pBlock->pDataBlock == NULL"); return; } SColumnInfoData *pColInfo = taosArrayGet(pBlock->pDataBlock, 0); -- GitLab