We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cac7f4 commit 0c0c67aCopy full SHA for 0c0c67a
pymilvus/bulk_writer/validators.py
@@ -181,4 +181,4 @@ def struct_validator(x: object, max_cap: int):
181
for k in x:
182
if not isinstance(k, dict):
183
raise MilvusException(message="only accept list of dict for STRUCT type field")
184
- return x
+ return True
0 commit comments