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

Add fuzzing for Take and SearchSorted functions #724

Merged
merged 2 commits into from
Sep 5, 2024
Merged

Conversation

robert3005
Copy link
Member

No description provided.

@@ -93,3 +127,19 @@ fn fuzzing_scalar_cmp(
);
assert_eq!(l.is_valid(), r.is_valid());
}

fn array_is_sorted(array: &Array) -> VortexResult<bool> {
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 can go away if we are able to sort arrays

@robert3005 robert3005 merged commit 36c33bd into develop Sep 5, 2024
4 checks passed
@robert3005 robert3005 deleted the rk/morefuzz branch September 5, 2024 13:09
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