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

fix a bug in which a UDF call returned null #441

Merged
merged 4 commits into from
Oct 24, 2023
Merged

fix a bug in which a UDF call returned null #441

merged 4 commits into from
Oct 24, 2023

Conversation

imor
Copy link
Contributor

@imor imor commented Oct 24, 2023

This PR fixes bug #439. The only caveat is that the new implementation doesn't distinguish between when the function returns null vs when it returns a composite type with all columns null. Tests have been added and documentation has also been updated to explain this caveat.

@imor imor changed the title Fix/439 fix a bug in which a UDF call returned null Oct 24, 2023
docs/functions.md Outdated Show resolved Hide resolved
@imor imor merged commit cf50260 into master Oct 24, 2023
4 checks passed
@imor imor deleted the fix/439 branch October 24, 2023 20:21
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.

2 participants