Skip to content
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

Fixes #3120: Throws exception if non defined enum member used in in operator #3125

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

xuzhg
Copy link
Member

@xuzhg xuzhg commented Nov 18, 2024

Issues

This pull request fixes #3120.

Description

  • Should throw exception if the non-defined enum member used in 'in' operator.
  • Make sure it's the same behavior comparing to the binary operator.

Checklist (Uncheck if it is not completed)

  • Test cases added
  • Build and test with one-click build and test script passed

Additional work necessary

If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.

@xuzhg xuzhg merged commit e315773 into main Nov 19, 2024
5 checks passed
@xuzhg xuzhg deleted the issue3120 branch November 20, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enum value not parsed for in query operator
2 participants