Skip to content

Commit 1a1b18d

Browse files
committed
clear
1 parent 1b6e9d8 commit 1a1b18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/queryplanner/planning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ fn optimal_index_by_score<'a, T: Iterator<Item = &'a IdRow<Index>>>(
12401240
projection_columns: &Vec<Column>,
12411241
filter_columns: &HashSet<logical_plan::Column>,
12421242
) -> Option<&'a IdRow<Index>> {
1243-
#[derive(PartialEq, Eq, Clone, Debug)]
1243+
#[derive(PartialEq, Eq, Clone)]
12441244
struct Score {
12451245
index_type: IndexType,
12461246
index_size: u64,

0 commit comments

Comments
 (0)