Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m09526 committed May 3, 2024
1 parent b1565ea commit c3c72e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/compaction/src/datafusion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit c3c72e6

Please sign in to comment.