File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
datafusion/physical-plan/src Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -273,13 +273,14 @@ pub trait ExecutionPlan: Debug + DisplayAs + Send + Sync {
273273 /// made using a timer (being careful with the overhead-heavy system call needed to
274274 /// take the time), or by counting rows or batches.
275275 ///
276- /// The cancellation benchmark tracks some cases of how quickly queries can
276+ /// The [ cancellation benchmark] tracks some cases of how quickly queries can
277277 /// be cancelled.
278278 ///
279279 /// For more details see [`SpawnedTask`], [`JoinSet`] and [`RecordBatchReceiverStreamBuilder`]
280280 /// for structures to help ensure all background tasks are cancelled.
281281 ///
282282 /// [`spawn`]: tokio::task::spawn
283+ /// [cancellation benchmark]: https://github.com/apache/datafusion/blob/main/benchmarks/README.md#cancellation
283284 /// [`JoinSet`]: tokio::task::JoinSet
284285 /// [`SpawnedTask`]: datafusion_common_runtime::SpawnedTask
285286 /// [`RecordBatchReceiverStreamBuilder`]: crate::stream::RecordBatchReceiverStreamBuilder
You can’t perform that action at this time.
0 commit comments