Skip to content

Commit 445a504

Browse files
committed
Add union conversion for Qdrant
1 parent 1034f0b commit 445a504

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ops/storages/qdrant.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ fn extract_basic_value(
198198
.and_then(|s| parse_duration(s).ok().map(BasicValue::TimeDelta))
199199
}),
200200

201-
202201
BasicValueType::Json => point
203202
.payload
204203
.get(field_name)

0 commit comments

Comments
 (0)