optimze plan and add ci

This commit is contained in:
54liuyao 2024-03-01 11:31:46 +08:00
parent 8df1f09561
commit dfae8a9471
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ static bool stbSplNeedSplitWindow(bool streamQuery, SLogicNode* pNode) {
}
}
if (WINDOW_TYPE_STATE == pWindow->winType) {
if (WINDOW_TYPE_STATE == pWindow->winType || WINDOW_TYPE_COUNT == pWindow->winType) {
if (!streamQuery) {
return stbSplHasMultiTbScan(streamQuery, pNode);
} else {