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

Incorrect result for list in and contains with nulls #1344

Closed
brynrhodes opened this issue Mar 20, 2024 · 0 comments · Fixed by #1353
Closed

Incorrect result for list in and contains with nulls #1344

brynrhodes opened this issue Mar 20, 2024 · 0 comments · Fixed by #1353
Labels

Comments

@brynrhodes
Copy link
Member

There are 3 tests in the list test operators group of the test suite that we have an incorrect expected outcome for (and a variance from what is published with the spec):

ContainsABNullHasNull
InNullEmpty
InNullAnd1Null

I have corrected the expected outcome in the test suite and added these tests to the skipped tests list, but the behavior should be corrected and the tests brought to passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants