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 typo in FoR compressor #735

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Fix typo in FoR compressor #735

merged 1 commit into from
Sep 5, 2024

Conversation

robert3005
Copy link
Member

No description provided.

@@ -21,7 +21,7 @@ pub fn for_compress(array: &PrimitiveArray) -> VortexResult<Array> {
if shift == <$T>::PTYPE.bit_width() as u8 {
match array.validity().to_logical(array.len()) {
LogicalValidity::AllValid(l) => {
ConstantArray::new(Scalar::zero::<i32>(array.dtype().nullability()), l).into_array()
Copy link
Member Author

Choose a reason for hiding this comment

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

this was a bit silly

@AdamGS AdamGS merged commit 4f3267b into rk/searchsorted Sep 5, 2024
3 checks passed
@AdamGS AdamGS deleted the rk/fortype branch September 5, 2024 10:27
robert3005 added a commit that referenced this pull request Sep 5, 2024
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