tustvold commented on code in PR #4522:
URL: https://github.com/apache/arrow-datafusion/pull/4522#discussion_r1040143751
##########
datafusion/core/src/execution/memory_manager/proxy.rs:
##########
@@ -16,96 +16,9 @@
// under the License.
//! Utilities that help with tracking of memory allocations.
-use std::sync::Arc;
-use async_trait::async_trait;
-use datafusion_common::DataFusionError;
use hashbrown::raw::{Bucket, RawTable};
-use super::{ConsumerType, MemoryConsumer, MemoryConsumerId, MemoryManager};
-
-/// Accounting proxy for memory usage.
-///
-/// This is helpful when calculating memory usage on the actual data structure
is expensive but it is easy to track
-/// allocations while processing data.
-///
-/// This consumer will NEVER spill.
-pub struct MemoryConsumerProxy {
Review Comment:
This is entirely replaced by TrackedAllocation
--
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]