-
Notifications
You must be signed in to change notification settings - Fork 609
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
fix(api): return NULL when NULL is passed to Array.zip
#8652
Conversation
e6a4830
to
9a7b6a0
Compare
9a7b6a0
to
3480daa
Compare
@cpcloud thanks for the review! all good suggestions, addressed them all. Check that you like the way I split out the new test, reusing a single decorator to avoid repeating myself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just some suggestions that I will add via the GitHub UI.
Array.zip
Array.zip
Array.zip
Interesting, looks like the backends that support zip (except clickhouse) all have this behavior by default, except DuckDB. |
That said, the DuckDB implementation isn't calling a specific duckdb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
fixes #8650