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: ConstantArray#take handles nullable indices #2631

Merged
merged 4 commits into from
Mar 12, 2025
Merged

Conversation

robert3005
Copy link
Member

No description provided.

@robert3005 robert3005 enabled auto-merge (squash) March 8, 2025 23:24
self.validity.append_values(false, array.len());
}
Validity::Array(validity) => {
validity.append_to_builder(&mut self.validity)?;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also this builder here was wrong, not sure how a bug like this could happen...

@robert3005 robert3005 requested a review from gatesn March 10, 2025 17:35
@robert3005 robert3005 merged commit 1ab0455 into develop Mar 12, 2025
27 checks passed
@robert3005 robert3005 deleted the rk/constanttake branch March 12, 2025 13:11
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