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

Allow sequence index expression on record to return null #5590

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

nwt
Copy link
Member

@nwt nwt commented Jan 20, 2025

In the sequence runtime, indexing a null value inside a non-null record returns error("missing"). Return the null value instead both for consistency with the vector runtime and because it's less surprising.

Fixes #5583.

In the sequence runtime, indexing a null value inside a non-null record
returns error("missing").  Return the null value instead both for
consistency with the vector runtime and because it's less surprising.
@nwt nwt requested a review from a team January 20, 2025 22:20
@nwt nwt merged commit d99e41b into main Jan 21, 2025
3 checks passed
@nwt nwt deleted the record-index-return-null branch January 21, 2025 13:14
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.

Can't retrieve null value via record indexing using field name from record
2 participants