We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662e1d8 commit 434e794Copy full SHA for 434e794
1 file changed
asap-common/dependencies/rs/promql_utilities/src/query_logics/logics.rs
@@ -51,8 +51,6 @@ pub fn map_statistic_to_precompute_operator(
51
}
52
Statistic::Topk => Ok((AggregationType::CountMinSketchWithHeap, "topk".to_string())),
53
Statistic::Cardinality => Ok((AggregationType::HLL, "".to_string())),
54
- #[allow(unreachable_patterns)]
55
- _ => Err(format!("Statistic {statistic:?} not supported")),
56
57
58
0 commit comments