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

vector.View: rebuild nulls #5312

Merged
merged 2 commits into from
Oct 1, 2024
Merged

vector.View: rebuild nulls #5312

merged 2 commits into from
Oct 1, 2024

Conversation

mattnibs
Copy link
Collaborator

@mattnibs mattnibs commented Oct 1, 2024

The commit changes the behavior when wrapping Const, Errors and Unions. Consts and Errors are now rebuilt rather than getting wrapped in a View. For all these values if there is a non-nil nulls value the Bool vector is rebuilt.

@mattnibs mattnibs requested a review from a team October 1, 2024 18:32
The commit changes the behavior when wrapping Const, Errors and Unions.
Consts and Errors are now rebuilt rather than getting wrapped in a View.
For all these values if there is a non-nil nulls value the Bool vector
is rebuilt.
vector/view.go Outdated Show resolved Hide resolved
Co-authored-by: Noah Treuhaft <[email protected]>
@mattnibs mattnibs merged commit a6f8ac2 into main Oct 1, 2024
3 checks passed
@mattnibs mattnibs deleted the vector-view-nulls branch October 1, 2024 22:13
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