fix: planner
This commit is contained in:
parent
4ebf642369
commit
56f988b16e
|
@ -2009,7 +2009,7 @@ static int32_t insertSelectSplit(SSplitContext* pCxt, SLogicSubplan* pSubplan) {
|
||||||
code = splMountSubplan(pNewSubplan, pSubplanChildren);
|
code = splMountSubplan(pNewSubplan, pSubplanChildren);
|
||||||
}
|
}
|
||||||
|
|
||||||
//SPLIT_FLAG_SET_MASK(info.pSubplan->splitFlag, SPLIT_FLAG_INSERT_SPLIT);
|
SPLIT_FLAG_SET_MASK(info.pSubplan->splitFlag, SPLIT_FLAG_INSERT_SPLIT);
|
||||||
++(pCxt->groupId);
|
++(pCxt->groupId);
|
||||||
pCxt->split = true;
|
pCxt->split = true;
|
||||||
return code;
|
return code;
|
||||||
|
|
Loading…
Reference in New Issue