Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Jul 8, 2024
1 parent 50371eb commit b37dc9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ void runPhase(
PhysicalPlan physicalPlan,
ActionListener<Result> listener
) {
// Keep in sync with ComputeService#execute
opportunisticallyAssertPlanSerialization(physicalPlan);
Tuple<PhysicalPlan, PhysicalPlan> coordinatorAndDataNodePlan = PlannerUtils.breakPlanBetweenCoordinatorAndDataNode(
physicalPlan,
Expand Down

0 comments on commit b37dc9f

Please sign in to comment.