File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,14 @@ mod tests {
6767 ┌───── DistributedExec ── Tasks: t0:[p0]
6868 │ [Stage 2] => NetworkShuffleExec: output_partitions=1, input_tasks=2
6969 └──────────────────────────────────────────────────
70- ┌───── Stage 1 ── Tasks: t0:[p0..p1] t1:[p0..p1]
70+ ┌───── Stage 2 ── Tasks: t0:[p0..p1] t1:[p0..p1]
7171 │ RepartitionExec: partitioning=Hash([test_udf(1)], 2), input_partitions=1
72- │ EmptyExec
72+ │ [Stage 1] => NetworkShuffleExec: output_partitions=1, input_tasks=2
7373 └──────────────────────────────────────────────────
74+ ┌───── Stage 1 ── Tasks: t0:[p0..p1] t1:[p0..p1]
75+ │ RepartitionExec: partitioning=Hash([test_udf(1)], 2), input_partitions=1
76+ │ EmptyExec
77+ └──────────────────────────────────────────────────
7478 " ,
7579 ) ;
7680
You can’t perform that action at this time.
0 commit comments