未验证 提交 9122fb07 编写于 作者: G Ganlin Zhao 提交者: GitHub

Merge pull request #11828 from taosdata/fix/TD-15116

fix(query): count function result on stable inconsistant with normal table
......@@ -3775,6 +3775,9 @@ int32_t setSDataBlockFromFetchRsp(SSDataBlock* pRes, SLoadRemoteDataInfo* pLoadI
}
memcpy(pColInfoData->pData, pStart, colLen[i]);
//TODO setting this flag to true temporarily so aggregate function on stable will
//examine NULL value for non-primary key column
pColInfoData->hasNull = true;
pStart += colLen[i];
}
} else { // extract data according to pColList
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册