Skip to content

Commit 9b2be0a

Browse files
committed
fix: Do not shrink tracker usage for ExternalSorter
Signed-off-by: Alex Qyoun-ae <[email protected]>
1 parent ce2af2c commit 9b2be0a

File tree

1 file changed

+0
-6
lines changed
  • datafusion/core/src/physical_plan/sorts

1 file changed

+0
-6
lines changed

datafusion/core/src/physical_plan/sorts/sort.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@ impl Debug for ExternalSorter {
200200
}
201201
}
202202

203-
impl Drop for ExternalSorter {
204-
fn drop(&mut self) {
205-
self.runtime.drop_consumer(self.id(), self.used());
206-
}
207-
}
208-
209203
#[async_trait]
210204
impl MemoryConsumer for ExternalSorter {
211205
fn name(&self) -> String {

0 commit comments

Comments
 (0)