fix(query):update the log.

This commit is contained in:
Haojun Liao 2022-07-20 19:25:21 +08:00
parent abfa6d9162
commit 40f5234959
1 changed files with 3 additions and 1 deletions

View File

@ -2576,7 +2576,9 @@ int32_t apercentileFunctionMerge(SqlFunctionCtx* pCtx) {
apercentileTransferInfo(pInputInfo, pInfo);
}
qDebug("after merge, total:%d, numOfEntry:%d, %p", pInfo->pHisto->numOfElems, pInfo->pHisto->numOfEntries, pInfo->pHisto);
if (pInfo->algo != APERCT_ALGO_TDIGEST) {
qDebug("after merge, total:%d, numOfEntry:%d, %p", pInfo->pHisto->numOfElems, pInfo->pHisto->numOfEntries, pInfo->pHisto);
}
SET_VAL(pResInfo, 1, 1);
return TSDB_CODE_SUCCESS;