mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* reproduce reported from with gprc panic in batch requests * Fix validation extension on lists, just return first validation error The public validator crate interface does not support creating `ValidationErrors` struct with non-static strings, nor with multiple errors for a single field. We can therefore not collect multiple errors from multiple items and must return early on the first error. * Update test, expect validation error response --------- Co-authored-by: timvisee <tim@visee.me>