未验证 提交 c77b3168 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3575 from taosdata/feature/query

Feature/query
...@@ -2085,6 +2085,8 @@ STimeWindow changeTableGroupByLastrow(STableGroupInfo *groupList) { ...@@ -2085,6 +2085,8 @@ STimeWindow changeTableGroupByLastrow(STableGroupInfo *groupList) {
totalNumOfTable++; totalNumOfTable++;
taosArrayPush(pGroup, &keyInfo); taosArrayPush(pGroup, &keyInfo);
} else { } else {
taosArrayDestroy(pGroup);
taosArrayRemove(groupList->pGroupList, j); taosArrayRemove(groupList->pGroupList, j);
numOfGroups -= 1; numOfGroups -= 1;
j -= 1; j -= 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册