fix(query): fix apercentile combine crash in stream

TD-17734
This commit is contained in:
Ganlin Zhao 2022-07-22 20:53:28 +08:00
parent f069d5532c
commit 2e85180c56
1 changed files with 0 additions and 1 deletions

View File

@ -2656,7 +2656,6 @@ int32_t apercentileCombine(SqlFunctionCtx* pDestCtx, SqlFunctionCtx* pSourceCtx)
SResultRowEntryInfo* pSResInfo = GET_RES_INFO(pSourceCtx);
SAPercentileInfo* pSBuf = GET_ROWCELL_INTERBUF(pSResInfo);
ASSERT(pDBuf->algo == pSBuf->algo);
qDebug("start to combine apercentile, %p", pDBuf->pHisto);