Files
Yash Singh 09b2da8512 fix(segment): propagate mmap read errors from numeric index check_values_any (#10181)
The on-disk numeric index ended check_values_any with .unwrap_or(false),
so a real mmap read error was downgraded to "point does not match" and a
filtered search/scroll could silently return an incomplete result set.

Promote NumericIndexRead::check_values_any to OperationResult<bool> and
propagate the error through the dispatcher and the range condition checker,
which already returns OperationResult<bool>. Resolves the two FIXMEs in
numeric_index_read.rs and storage/read_ops.rs.
2026-08-17 15:41:58 +02:00
..
2026-07-30 11:58:06 +00:00
2026-07-30 20:59:31 +00:00
2026-07-30 20:59:31 +00:00
2026-07-30 20:59:31 +00:00
2026-07-30 20:59:31 +00:00
2026-07-30 20:59:31 +00:00