提交 6e125d75 编写于 作者: 5 54liuyao

fix:loss of filter

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