erenavsarogullari commented on code in PR #20387:
URL: https://github.com/apache/datafusion/pull/20387#discussion_r3108141763
##########
datafusion/execution/src/memory_pool/pool.rs:
##########
@@ -362,6 +421,22 @@ pub struct TrackConsumersPool<I> {
tracked_consumers: Mutex<HashMap<usize, TrackedConsumer>>,
}
+impl<I: MemoryPool> Display for TrackConsumersPool<I> {
+ fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
+ // let tracked_consumers = self.tracked_consumers.lock();
Review Comment:
It is not a comment but has remained from previous iteration so it just
needs to be cleaned-up. Thanks for the notification.
--
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]