Closed qixuan0212 closed 1 month ago
/assign @smellthemoon /unassign @yanliang567
pr merged. could you plz help to check it? @qixuan0212
/assign @qixuan0212
Verified and fixed:
pymilvus:2.5.0rc89 milvus: master-20241010-290ceb4e-amd64
results:
RPC error: [batch_insert], <ParamError: (code=1, message=field (json) expect not None input)>, <Time:{'RPC start': '2024-10-11 15:37:40.184739', 'RPC error': '2024-10-11 15:37:40.609634'}>
Is there an existing issue for this?
Environment
Current Behavior
When json field nullable is false and json is None, insert success
Expected Behavior
When json field nullable is false and json is None, error should be reported.
Steps To Reproduce
Milvus Log
https://grafana-4am.zilliz.cc/explore?orgId=1&panes=%7B%22XDE%22:%7B%22datasource%22:%22vhI6Vw67k%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bcluster%3D%5C%22devops%5C%22,namespace%3D%5C%22chaos-testing%5C%22,pod%3D~%5C%22default-none-qx-pgffh.%2A%5C%22%7D%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22vhI6Vw67k%22%7D%7D%5D,%22range%22:%7B%22from%22:%221726713986504%22,%22to%22:%221726713997554%22%7D%7D%7D&schemaVersion=1
Anything else?
After insert success, json field in search result is None.