未验证 提交 04a4211f 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #18639 from taosdata/feat/TS-1883-2.6

fix: column bytes encode error
......@@ -71,7 +71,7 @@ int tdEncodeSchema(void **buf, STSchema *pSchema) {
STColumn *pCol = schemaColAt(pSchema, i);
tlen += taosEncodeFixedI8(buf, colType(pCol));
tlen += taosEncodeFixedI16(buf, colColId(pCol));
tlen += taosEncodeFixedI16(buf, colBytes(pCol));
tlen += taosEncodeFixedU16(buf, colBytes(pCol));
}
return tlen;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册