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

fix(query): fix tail result incorrect when column containing null value

TD-16122
上级 e640a4ad
...@@ -3776,6 +3776,7 @@ static void tailAssignResult(STailItem* pItem, char *data, int32_t colBytes, TSK ...@@ -3776,6 +3776,7 @@ static void tailAssignResult(STailItem* pItem, char *data, int32_t colBytes, TSK
if (isNull) { if (isNull) {
pItem->isNull = true; pItem->isNull = true;
} else { } else {
pItem->isNull = false;
memcpy(pItem->data, data, colBytes); memcpy(pItem->data, data, colBytes);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册