提交 dbe43425 编写于 作者: G Ganlin Zhao

fix(query): fix error

上级 e948d5a2
......@@ -322,10 +322,8 @@ int32_t colDataAssign(SColumnInfoData* pColumnInfoData, const SColumnInfoData* p
}
pColumnInfoData->pData = tmp;
if (pColumnInfoData->info.type != TSDB_DATA_TYPE_NULL) {
memcpy(pColumnInfoData->pData, pSource->pData, pSource->info.bytes * numOfRows);
}
}
pColumnInfoData->hasNull = pSource->hasNull;
pColumnInfoData->info = pSource->info;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册