diff --git a/rust/compaction/src/datafusion.rs b/rust/compaction/src/datafusion.rs index 5c9d6199b2..8efead8261 100644 --- a/rust/compaction/src/datafusion.rs +++ b/rust/compaction/src/datafusion.rs @@ -145,7 +145,7 @@ pub async fn compact( // Limit scope of MutexGuard let first_sketch = &func.get_sketch()[0]; info!( - "Made {} calls to sketch UDF and processed {} total rows. Quantile sketch column 0 retained {} out of {} values (K value = {}).", + "Made {} calls to sketch UDF and processed {} rows. Quantile sketch column 0 retained {} out of {} values (K value = {}).", func.get_invoke_count().to_formatted_string(&Locale::en), func.get_row_count().to_formatted_string(&Locale::en), first_sketch.get_num_retained(),