Skip to content

Commit 799bb74

Browse files
committed
polish statistics.rs
1 parent 8595818 commit 799bb74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/query/service/src/pipelines/processors/transforms/aggregator

src/query/service/src/pipelines/processors/transforms/aggregator/statistics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ impl AggregationStatistics {
9292
match task {
9393
Some((task_id, processor_id, spill_depth, spilled)) => {
9494
log::info!(
95-
"[{}] Task completed: task_id={}, processor={}, spill_depth={}, spilled={}, {} → {} rows in {:.2}s (real: {:.2}s), throughput: {} rows/sec, {}/sec, total: {}, hash index resizes: {}",
95+
"{}[{}] Task completed: task_id={}, spill_depth={}, spilled={}, {} → {} rows in {:.2}s (real: {:.2}s), throughput: {} rows/sec, {}/sec, total: {}, hash index resizes: {}",
9696
self.stage,
97-
task_id,
9897
processor_id,
98+
task_id,
9999
spill_depth,
100100
spilled,
101101
self.processed_rows,

0 commit comments

Comments
 (0)