未验证 提交 50314b32 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #18317 from taosdata/fix/TS-2113

fix:loss of filter
......@@ -3264,7 +3264,7 @@ int32_t tscColCondCopy(SArray** dest, const SArray* src, uint64_t uid, int16_t t
}
size_t s = taosArrayGetSize(src);
*dest = taosArrayInit(s, sizeof(SCond));
*dest = taosArrayInit(s, sizeof(STblCond));
for (int32_t i = 0; i < s; ++i) {
STblCond* pCond = taosArrayGet(src, i);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册