From f1eb637f03fd1b0002b97d2444914ad14fac23ec Mon Sep 17 00:00:00 2001 From: kailixu Date: Sun, 25 Jun 2023 16:52:22 +0800 Subject: [PATCH] chore: code revert --- source/client/src/clientImpl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/client/src/clientImpl.c b/source/client/src/clientImpl.c index 6a2a7bb5a2..85255caff7 100644 --- a/source/client/src/clientImpl.c +++ b/source/client/src/clientImpl.c @@ -1795,9 +1795,6 @@ static int32_t doConvertJson(SReqResultInfo* pResultInfo, int32_t numOfCols, int tscError("doConvertJson error: colLen:%d >= dataLen:%d", colLen, dataLen); return TSDB_CODE_TSC_INTERNAL_ERROR; } - - if(colLen < dataLen) - if (pResultInfo->fields[i].type == TSDB_DATA_TYPE_JSON) { int32_t* offset = (int32_t*)pStart; int32_t* offset1 = (int32_t*)pStart1; -- GitLab