-
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]: When the like expression for query is incorrect, it will not throw an error but instead return an empty result #31967
Comments
/assign @longjiquan |
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. |
why this should return an error? "color like "red"" |
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. |
@longjiquan any comments? |
@xiaofan-luan It should be |
even with out %, this could be a valid expr? |
you just don't have any data match "red" |
"color like 'red'" is equal to "color == 'red'" |
/unassign |
Is there an existing issue for this?
Environment
Current Behavior
the expression is
"color like \"red\""
the response is empty instead of returning an error
Expected Behavior
should raise error
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: