Skip to content

Commit 3a75c22

Browse files
planner: parallel apply keep order (pingcap#66714)
ref pingcap#66716
1 parent b4f3d51 commit 3a75c22

File tree

8 files changed

+987
-32
lines changed

8 files changed

+987
-32
lines changed

pkg/executor/builder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,6 +2806,7 @@ func (b *executorBuilder) buildApply(v *physicalop.PhysicalApply) exec.Executor
28062806
joiners: joiners,
28072807
corCols: corCols,
28082808
concurrency: v.Concurrency,
2809+
keepOrder: v.KeepOrder,
28092810
useCache: v.CanUseCache,
28102811
}
28112812
}

0 commit comments

Comments
 (0)