Skip to content

Commit

Permalink
refa
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 9, 2023
1 parent 78b43e5 commit 00db519
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,6 @@ public PlanFragment visitPhysicalRepeat(PhysicalRepeat<? extends Plan> repeat, P
RepeatNode repeatNode = new RepeatNode(context.nextPlanNodeId(),
inputPlanFragment.getPlanRoot(), groupingInfo, repeatSlotIdList,
allSlotId, repeat.computeVirtualSlotValues(sortedVirtualSlots));
repeatNode.setNumInstances(inputPlanFragment.getPlanRoot().getNumInstances());
addPlanRoot(inputPlanFragment, repeatNode, repeat);
updateLegacyPlanIdToPhysicalPlan(inputPlanFragment.getPlanRoot(), repeat);
return inputPlanFragment;
Expand Down Expand Up @@ -1898,7 +1897,6 @@ public PlanFragment visitPhysicalWindow(PhysicalWindow<? extends Plan> physicalW
orderElementsIsNullableMatched,
bufferedTupleDesc
);
analyticEvalNode.setNumInstances(inputPlanFragment.getPlanRoot().getNumInstances());
inputPlanFragment.addPlanRoot(analyticEvalNode);
return inputPlanFragment;
}
Expand Down

0 comments on commit 00db519

Please sign in to comment.