appletreeisyellow commented on code in PR #14278:
URL: https://github.com/apache/datafusion/pull/14278#discussion_r1929003494


##########
datafusion/execution/src/memory_pool/mod.rs:
##########
@@ -140,9 +143,9 @@ pub trait MemoryPool: Send + Sync + std::fmt::Debug {
 /// [`MemoryReservation`] in a [`MemoryPool`]. All allocations are registered 
to
 /// a particular `MemoryConsumer`;
 ///
-/// For help with allocation accounting, see the [proxy] module.
+/// For help with allocation accounting, see the [`proxy`] module.
 ///
-/// [proxy]: crate::memory_pool::proxy
+/// [proxy]: datafusion_common::utils::proxy

Review Comment:
   `proxy` was moved to datafusion commen in 
https://github.com/apache/datafusion/pull/10561 / 
https://github.com/apache/datafusion/commit/b36f5e20207270378f753c2d8c5fc73d8bc80781



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to