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 adaptation of nullable return to BLOCK_BUILDER #20429

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

dain
Copy link
Member

@dain dain commented Jan 20, 2024

Description

When adapting a nullable function to a BLOCK_BUILDER return, a null must be appended when the function return value is null.

Fixes #18456

Release notes

(x) Release notes are required, with the following suggested text:

# General
* Fix adaptation of nullable function return to `BLOCK_BUILDER`. ({issue}`18456`)

@mosabua
Copy link
Member

mosabua commented Jan 20, 2024

💥 !

When adapting a nullable function to a BLOCK_BUILDER return, a null must
be appended when the function return value is null.

Fixes trinodb#18456

Co-authored-by: Dain Sundstrom <[email protected]>
@dain dain force-pushed the fix-nullable-to-block-builder branch from c372c72 to a68eac4 Compare January 20, 2024 03:41
@dain dain merged commit 77ae6a5 into trinodb:master Jan 20, 2024
92 checks passed
@dain dain deleted the fix-nullable-to-block-builder branch January 20, 2024 04:50
@github-actions github-actions bot added this to the 437 milestone Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Array cast failing after version bump
4 participants