Files
qdrant/lib
generall 87d94d86a5 Make UniversalRead::read_batch generic over the callback error type
Lets callbacks fail with the caller's own error type (e.g. OperationError)
instead of smuggling it out of an infallible callback: lookup_batch now
takes a fallible callback and resolve_internal_batch drops its first_err
pattern. E is not inferable from Ok(())-only callbacks, so existing
infallible call sites annotate it in the turbofish.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 23:03:17 +02:00
..