-
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]: Search output a non-existed field behaves differently when dynamicField is enabled or not #28465
Comments
when output_fields=[""]
|
@NicoYuan1986 Please add some relevant cases in CI |
/assign @jiaoew1991 |
/assign @yah01 |
1. modify test cases about output a non-existed field. issue: #28465 2. add cases about creating collection using different language 3. add test case about inserting a string value to a pk(int64) field 4. add test case about search with expression using double quotes. issue: #28365 Signed-off-by: nico <cheng.yuan@zilliz.com>
this may be expected as we don't require the inserted JSON data to follow the field name rule, an empty string could also be a valid JSON key |
/assign @ThreadDao |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
image: master-20240322-c27db43b-amd64 and 2.4-20240321-6afbc8a6-amd64 |
Is there an existing issue for this?
Environment
Current Behavior
1.If enable dynamic field and insert data, search output a non-existed field successfully, and return {} entity
["['id: 1207, distance: 0.8480451703071594, entity: {}', 'id: 141, distance: 0.8437869548797607, entity: {}', 'id: 202,...
2. If disable dynamic field, search output a non-existed gets a error: <MilvusException: (code=65535, message=field int63 not exist)>
The behavior should be consistent regardless of whether dynamicField is enabled.
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: