IS NULL and NOT NULL Filters not working as expected on INT64 and VARCHAR Fields #433
Unanswered
rohitreddy1698
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Also the filter does on VARCHAR fields is throwing this error : Even after having a scalar index on this field the query is still failing. Can you please help us with this. Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
might be milvus-io/milvus#42554 could you try with the latest 2.5.13? you might need to drop the interved index and rebuild |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are facing an issue where one of our INT64 fields, say field_B is set to be Nullable: true, still the IS NULL and IS NOT NULL filters are not working properly.
Same issue for varchar fields as well.
Thanks,
Rohit
Beta Was this translation helpful? Give feedback.
All reactions