-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: [null & default] Search results show 0.0 rather "None" when upsert "None" for the nullable field after insert #35924
Comments
if only insert or upsert, it is right:
search results:
search results: |
|
fix not append valid data when transfer to insert record and add a tiny check when in groupBy field. #35924 Signed-off-by: lixinguo <[email protected]> Co-authored-by: lixinguo <[email protected]>
Verified and fixed. pymilvus: 2.5.0rc78 results:
|
…36027) fix not append valid data when transfer to insert record and add a tiny check when in groupBy field. milvus-io#35924 Signed-off-by: lixinguo <[email protected]> Co-authored-by: lixinguo <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
Search results show 0.0 rather "None" when upsert "None" for the nullable field after insert
Expected Behavior
Search results show "None" rather "0.0" when insert "None" for the nullable field
Steps To Reproduce
Milvus Log
https://grafana-4am.zilliz.cc/explore?orgId=1&panes=%7B%22CsX%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-null-test-yqvkb.%2A%5C%22%7D%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22vhI6Vw67k%22%7D%7D%5D,%22range%22:%7B%22from%22:%22now-1h%22,%22to%22:%22now%22%7D%7D%7D&schemaVersion=1
Anything else?
No response
The text was updated successfully, but these errors were encountered: