You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a needle isn't present in the haystack, and the haystack contains NULL, then
for some backends this returns False, and for others NULL.
I think it is pretty standard SQL to return null. But this isn't what I expected to happen, I actually expected
pandas semantics. IDK which we want, but they should be the same, and this should be documented.
What version of ibis are you using?
main
What backend(s) are you using, if any?
varies
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
yields
0 True
1 None
Name: InValues(x), dtype: object
0 True
1 None
Name: InValues(x), dtype: object
0 True
1 False
Name: InValues(x), dtype: bool
0 True
1 None
Name: InValues(x), dtype: object
If a needle isn't present in the haystack, and the haystack contains NULL, then
for some backends this returns False, and for others NULL.
I think it is pretty standard SQL to return null. But this isn't what I expected to happen, I actually expected
pandas semantics. IDK which we want, but they should be the same, and this should be documented.
What version of ibis are you using?
main
What backend(s) are you using, if any?
varies
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: