optimze plan and add ci
This commit is contained in:
parent
8df1f09561
commit
dfae8a9471
|
@ -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) {
|
if (!streamQuery) {
|
||||||
return stbSplHasMultiTbScan(streamQuery, pNode);
|
return stbSplHasMultiTbScan(streamQuery, pNode);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue