Skip to content

Commit cf68ffc

Browse files
committed
Fix Formattng Issues
1 parent 81242bb commit cf68ffc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

asap-query-engine/src/precompute_operators/datasketches_kll_accumulator.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ use base64::{engine::general_purpose, Engine as _};
55
use serde_json::Value;
66
use sketch_core::kll::KllSketch;
77
use std::collections::HashMap;
8+
#[cfg(feature = "extra_debugging")]
9+
use std::time::Instant;
810
use tracing::debug;
911

1012
use promql_utilities::query_logics::enums::Statistic;

0 commit comments

Comments
 (0)