Skip to content

Commit b94c290

Browse files
committed
review: remove unused metrics
1 parent 32a4029 commit b94c290

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

datafusion/physical-plan/src/aggregates/single_stream.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ impl SingleHashAggregateStream {
148148
let batch_size = context.session_config().batch_size();
149149
let baseline_metrics = BaselineMetrics::new(&agg.metrics, partition);
150150

151-
// Preserve the existing aggregate metric surface for this plan node.
152-
let _spill_metrics = SpillMetrics::new(&agg.metrics, partition);
153-
154151
let hash_table = AggregateHashTable::<SingleMarker>::new(
155152
agg,
156153
partition,

0 commit comments

Comments
 (0)