-
Notifications
You must be signed in to change notification settings - Fork 590
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: different behavior of StringConcat with NULLs depending on backend #8302
Labels
bug
Incorrect behavior inside of ibis
Comments
NickCrews
added a commit
to NickCrews/ibis
that referenced
this issue
Feb 10, 2024
partially fixes ibis-project#8302. Still need to make pandas actually handle NULLs at all.
|
Fixed by #8305. |
cpcloud
added a commit
to cpcloud/ibis
that referenced
this issue
Feb 12, 2024
cpcloud
added a commit
to cpcloud/ibis
that referenced
this issue
Feb 12, 2024
ncclementi
pushed a commit
to ncclementi/ibis
that referenced
this issue
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I haven't tested other backends so IDK what they do.
This is currently the cause of the failing duckdb test case in #8270, where currently
ibis.literal(None, "string").capitalize()results in "", not NULL.We need to
What version of ibis are you using?
8.0.0
What backend(s) are you using, if any?
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: