fix(query): count function result on stable inconsistant with normal
table TD-15116
This commit is contained in:
parent
21feb85915
commit
970f2d788e
|
@ -3828,6 +3828,9 @@ int32_t setSDataBlockFromFetchRsp(SSDataBlock* pRes, SLoadRemoteDataInfo* pLoadI
|
||||||
}
|
}
|
||||||
|
|
||||||
memcpy(pColInfoData->pData, pStart, colLen[i]);
|
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];
|
pStart += colLen[i];
|
||||||
}
|
}
|
||||||
} else { // extract data according to pColList
|
} else { // extract data according to pColList
|
||||||
|
|
Loading…
Reference in New Issue