Skip to content

Commit 8da2c9d

Browse files
committed
clear
1 parent 412693b commit 8da2c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,7 @@ async fn pick_index(
11801180
&projection_columns,
11811181
&filter_columns,
11821182
);
1183+
11831184
let index = optimal.unwrap_or(default_index);
11841185
(
11851186
Ok(index),

0 commit comments

Comments
 (0)