提交 b0a0352e 编写于 作者: S shenglian zhou

fix: capacity can be difference for the two column models

上级 649601fd
......@@ -3352,8 +3352,7 @@ static void tscRetrieveFromDnodeCallBack(void *param, TAOS_RES *tres, int numOfR
SColumnModel *pModelDesc = pDesc->pColumnModel;
SColumnModel *pModelMemBuf = trsupport->pExtMemBuffer[idx]->pColumnModel;
if (pModelDesc->capacity != pModelMemBuf->capacity ||
pModelDesc->numOfCols != pModelMemBuf->numOfCols ||
if (pModelDesc->numOfCols != pModelMemBuf->numOfCols ||
pModelDesc->rowSize != pModelMemBuf->rowSize) {
tscError("extBuf column model is not consistent with descriptor column model");
tscAbortFurtherRetryRetrieval(trsupport, tres, TSDB_CODE_QRY_APP_ERROR);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册