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

[BUG]: fsl to list with validity #2729

Merged

Conversation

universalmind303
Copy link
Collaborator

see #2723

@github-actions github-actions bot added the bug Something isn't working label Aug 26, 2024
}
}))?,
};
let offsets = Offsets::try_from_iter(repeat(element_size).take(self.len()))?;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we shouldn't use the validity to create the offsets as we also pass in the validity bitmap separately.

Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch...

Copy link

codspeed-hq bot commented Aug 26, 2024

CodSpeed Performance Report

Merging #2729 will not alter performance

Comparing universalmind303:fsl-to-list-with-validity (4a60880) with main (3cacd59)

Summary

✅ 10 untouched benchmarks

Copy link
Contributor

@jaychia jaychia left a comment

Choose a reason for hiding this comment

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

Thanks for debugging!

}
}))?,
};
let offsets = Offsets::try_from_iter(repeat(element_size).take(self.len()))?;
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch...

@universalmind303 universalmind303 merged commit f6c2cd0 into Eventual-Inc:main Aug 27, 2024
44 checks passed
@universalmind303 universalmind303 deleted the fsl-to-list-with-validity branch August 27, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants