Skip to content

Commit 6c3bab5

Browse files
committed
update
1 parent 3feaf90 commit 6c3bab5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,7 @@ fn pick_partitions(
13001300
continue;
13011301
}
13021302

1303-
//FIXME !!!!! emergency fix for APM, might break the limit pushdown, need to be solved on
1304-
//another way
1303+
//FIXME !!!!! emergency fix for APM, need to be solved on another way
13051304
let chunks = chunks
13061305
.into_iter()
13071306
.map(|c| {

0 commit comments

Comments
 (0)