Skip to content

Commit 15caf95

Browse files
committed
doc: Fixed link
1 parent 7f4d515 commit 15caf95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/physical-plan/src/repartition/on_demand_repartition.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
//! partitions to M output partitions based on a partitioning scheme, optionally
2020
//! maintaining the order of the input rows in the output. The operator is similar to the [`RepartitionExec`]
2121
//! operator, but it doesn't distribute the data to the output streams until the downstreams request the data.
22+
//!
23+
//! [`RepartitionExec`]: https://docs.rs/datafusion/latest/datafusion/physical_plan/repartition/struct.RepartitionExec.html
2224
2325
use std::pin::Pin;
2426
use std::sync::Arc;

0 commit comments

Comments
 (0)