You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(azure): add unit tests for mutable metadata parsing and distance
Add `AzureVectorStoreMetadataParsingTests` to verify:
- valid JSON → mutable LinkedHashMap copy
- blank/invalid JSON → empty LinkedHashMap
- can inject `distance` without throwing UnsupportedOperationException
These tests fail on the previous implementation and pass with the fix,
guarding against regressions.
Relates to GH-4117
Signed-off-by: Jinwoo Lee <[email protected]>
0 commit comments